Home
last modified time | relevance | path

Searched refs:pthread_cleanup_push (Results 1 – 25 of 41) sorted by relevance

12

/netbsd-src/external/cddl/osnet/lib/libzfs/
H A Dthread_pool.c118 pthread_cleanup_push(worker_cleanup, tpool); in tpool_worker()
173 pthread_cleanup_push(job_cleanup, tpool); in tpool_worker()
305 pthread_cleanup_push((_Voidfp)pthread_mutex_unlock, &tpool->tp_mutex); in tpool_destroy()
361 pthread_cleanup_push((_Voidfp)pthread_mutex_unlock, &tpool->tp_mutex); in tpool_wait()
/netbsd-src/lib/libpthread/
H A Dpthread_once.c64 pthread_cleanup_push(&once_cleanup, &once_control->pto_mutex); in pthread_once()
H A DMakefile140 pthread_cancel.3 pthread_cleanup_push.3 \
179 MLINKS+= pthread_cleanup_push.3 pthread_cleanup_pop.3
H A Dpthread.h174 #define pthread_cleanup_push(routine, arg) \ macro
/netbsd-src/crypto/external/bsd/openssh/dist/
H A Dcipher-ctr-mt.c198 pthread_cleanup_push(thread_loop_stats, &stats); in thread_loop()
242 pthread_cleanup_push(thread_loop_cleanup, &q->lock); in thread_loop()
/netbsd-src/tests/lib/libpthread/
H A Dt_once.c139 pthread_cleanup_push(once3_cleanup, &mutex); in once3_threadfunc()
/netbsd-src/external/bsd/libevent/dist/m4/
H A Dacx_pthread.m4153 # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
199 # pthread_cleanup_push because it is one of the few pthread
204 pthread_attr_init(0); pthread_cleanup_push(0, 0);
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeThread.cc51 pthread_cleanup_push (cleanup_free_mutex, (void*) & (thrp->p_mutex)); in thread_pool_loop()
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/
H A DDbeThread.cc51 pthread_cleanup_push (cleanup_free_mutex, (void*) & (thrp->p_mutex)); in thread_pool_loop()
/netbsd-src/external/bsd/unbound/dist/
H A Dax_pthread.m4154 # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
218 # pthread_cleanup_push because it is one of the few pthread
228 pthread_cleanup_push(routine, 0);
/netbsd-src/external/zlib/pigz/dist/
H A Dyarn.c245 pthread_cleanup_push(reenter, NULL); in ignition()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cc294 pthread_cleanup_push(cleanup, arg); in call_pthread_cancel_with_cleanup()
H A Dtsan_platform_linux.cc358 pthread_cleanup_push(cleanup, arg); in call_pthread_cancel_with_cleanup()
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
H A Dtsan_platform_mac.cc296 pthread_cleanup_push(cleanup, arg); in call_pthread_cancel_with_cleanup()
H A Dtsan_platform_linux.cc360 pthread_cleanup_push(cleanup, arg); in call_pthread_cancel_with_cleanup()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/tsan/
H A Dtsan_platform_mac.cpp318 pthread_cleanup_push(cleanup, arg); in call_pthread_cancel_with_cleanup()
/netbsd-src/external/gpl3/gdb.old/dist/config/
H A Dax_pthread.m4192 # pthread_cleanup_push, or rather a function called by this macro,
366 # pthread_cleanup_push because it is one of the few pthread
380 pthread_cleanup_push(routine, 0);
/netbsd-src/external/gpl3/binutils/dist/config/
H A Dax_pthread.m4192 # pthread_cleanup_push, or rather a function called by this macro,
366 # pthread_cleanup_push because it is one of the few pthread
380 pthread_cleanup_push(routine, 0);
/netbsd-src/external/gpl3/gcc/dist/config/
H A Dax_pthread.m4192 # pthread_cleanup_push, or rather a function called by this macro,
366 # pthread_cleanup_push because it is one of the few pthread
380 pthread_cleanup_push(routine, 0);
/netbsd-src/external/gpl3/gdb/dist/config/
H A Dax_pthread.m4192 # pthread_cleanup_push, or rather a function called by this macro,
366 # pthread_cleanup_push because it is one of the few pthread
380 pthread_cleanup_push(routine, 0);
/netbsd-src/sys/external/isc/libsodium/dist/m4/
H A Dax_pthread.m4192 # pthread_cleanup_push, or rather a function called by this macro,
366 # pthread_cleanup_push because it is one of the few pthread
380 pthread_cleanup_push(routine, 0);
/netbsd-src/external/gpl3/gcc.old/dist/config/
H A Dax_pthread.m4192 # pthread_cleanup_push, or rather a function called by this macro,
366 # pthread_cleanup_push because it is one of the few pthread
380 pthread_cleanup_push(routine, 0);
/netbsd-src/external/gpl3/binutils.old/dist/config/
H A Dax_pthread.m4192 # pthread_cleanup_push, or rather a function called by this macro,
366 # pthread_cleanup_push because it is one of the few pthread
380 pthread_cleanup_push(routine, 0);
/netbsd-src/external/mit/libuv/dist/m4/
H A Dax_pthread.m4192 # pthread_cleanup_push, or rather a function called by this macro,
366 # pthread_cleanup_push because it is one of the few pthread
380 pthread_cleanup_push(routine, 0);
/netbsd-src/external/mpl/bind/dist/m4/
H A Dax_pthread.m4202 # pthread_cleanup_push, or rather a function called by this macro,
314 # pthread_cleanup_push because it is one of the few pthread
334 pthread_cleanup_push(routine, 0);

12