/freebsd-src/lib/libthr/thread/ |
H A D | thr_clean.c | 43 #undef pthread_cleanup_pop 46 __weak_reference(_thr_cleanup_pop, pthread_cleanup_pop);
|
/freebsd-src/sys/contrib/openzfs/lib/libtpool/ |
H A D | thread_pool.c | 210 pthread_cleanup_pop(1); in tpool_worker() 221 pthread_cleanup_pop(1); in tpool_worker() 500 pthread_cleanup_pop(1); /* pthread_mutex_unlock(&tpool->tp_mutex); */ in tpool_destroy() 544 pthread_cleanup_pop(1); /* pthread_mutex_unlock(&tpool->tp_mutex); */ in tpool_wait()
|
/freebsd-src/tools/regression/pthread/unwind/ |
H A D | cond_wait_cancel2.cpp | 38 pthread_cleanup_pop(0); in thr()
|
/freebsd-src/lib/libc/gen/ |
H A D | syslog.c | 348 pthread_cleanup_pop(1); in vsyslog() 429 pthread_cleanup_pop(1); in openlog()
|
H A D | Symbol.map | 24 pthread_cleanup_pop;
|
H A D | sem.c | 401 pthread_cleanup_pop(0); in _libc_sem_timedwait_compat()
|
H A D | _pthread_stubs.c | 279 STUB_FUNC1(pthread_cleanup_pop, PJT_CLEANUP_POP, int, int) in STUB_FUNC2()
|
/freebsd-src/contrib/ofed/opensm/complib/ |
H A D | cl_threadpool.c | 67 pthread_cleanup_pop(1); in thread_pool_routine()
|
/freebsd-src/contrib/netbsd-tests/lib/libpthread/ |
H A D | t_once.c | 143 pthread_cleanup_pop(1); in once3_threadfunc()
|
H A D | t_cond.c | 560 pthread_cleanup_pop(0); in destroy_after_cancel_threadfunc()
|
/freebsd-src/lib/libthr/ |
H A D | pthread.map | 39 pthread_cleanup_pop;
|
/freebsd-src/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_platform_mac.cpp | 300 pthread_cleanup_pop(0); in call_pthread_cancel_with_cleanup()
|
H A D | tsan_platform_linux.cpp | 592 pthread_cleanup_pop(0); in cur_thread()
|
/freebsd-src/include/ |
H A D | pthread.h | 188 #define pthread_cleanup_pop(execute) \ macro
|
/freebsd-src/lib/librt/ |
H A D | sigev_thread.c | 445 pthread_cleanup_pop(1); in worker_routine()
|
/freebsd-src/contrib/ofed/opensm/libvendor/ |
H A D | osm_vendor_ibumad.c | 427 pthread_cleanup_pop(1); in umad_receiver() 510 pthread_cleanup_pop(1); in umad_receiver()
|
/freebsd-src/share/man/man3/ |
H A D | Makefile | 402 pthread_cleanup_pop.3 \
|
/freebsd-src/contrib/libevent/m4/ |
H A D | acx_pthread.m4 | 205 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
/freebsd-src/contrib/ntp/sntp/libevent/m4/ |
H A D | acx_pthread.m4 | 205 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
/freebsd-src/sys/contrib/libsodium/m4/ |
H A D | ax_pthread.m4 | 381 pthread_cleanup_pop(0) /* ; */])],
|
/freebsd-src/contrib/unbound/ |
H A D | ax_pthread.m4 | 333 pthread_cleanup_pop(0) /* ; */])],
|
H A D | configure | 18453 pthread_cleanup_pop(0) /* ; */
|
/freebsd-src/sys/contrib/openzfs/lib/libzfs/ |
H A D | libzfs_sendrecv.c | 1056 pthread_cleanup_pop(B_TRUE); in send_progress_thread()
|
/freebsd-src/contrib/libevent/ |
H A D | configure | 16089 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|
/freebsd-src/contrib/ntp/sntp/libevent/ |
H A D | configure | 17336 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|