Searched refs:pthread_cleanup_push (Results 1 - 19 of 19) sorted by relevance

/freebsd-12-stable/tools/regression/pthread/unwind/
H A Dcond_wait_cancel2.cpp4 * Test stack unwinding for mixed pthread_cleanup_push/pop and C++
37 pthread_cleanup_push(cleanup_handler, NULL);
/freebsd-12-stable/lib/libthr/thread/
H A Dthr_clean.c45 #undef pthread_cleanup_push macro
51 __weak_reference(_thr_cleanup_push, pthread_cleanup_push);
/freebsd-12-stable/cddl/compat/opensolaris/misc/
H A Dthread_pool.c120 pthread_cleanup_push(worker_cleanup, tpool);
175 pthread_cleanup_push(job_cleanup, tpool);
307 pthread_cleanup_push((_Voidfp)pthread_mutex_unlock, &tpool->tp_mutex);
363 pthread_cleanup_push((_Voidfp)pthread_mutex_unlock, &tpool->tp_mutex);
/freebsd-12-stable/contrib/ofed/opensm/complib/
H A Dcl_threadpool.c62 pthread_cleanup_push(cleanup_mutex, p_thread_pool);
/freebsd-12-stable/contrib/gcclibs/libmudflap/
H A Dmf-hooks3.c246 pthread_cleanup_push (__mf_pthread_cleanup, NULL);
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_once.c141 pthread_cleanup_push(once3_cleanup, &mutex);
H A Dt_cond.c552 pthread_cleanup_push(unlock, &mutex);
/freebsd-12-stable/lib/libc/gen/
H A Dsyslog.c362 pthread_cleanup_push(syslog_cancel_cleanup, NULL);
455 pthread_cleanup_push(syslog_cancel_cleanup, NULL);
H A Dsem.c399 pthread_cleanup_push(sem_cancel_handler, sem);
H A D_pthread_stubs.c278 STUB_FUNC2(pthread_cleanup_push, PJT_CLEANUP_PUSH, void, void *, void *)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_platform_mac.cpp309 // pthread_cleanup_push/pop are hardcore macros mess.
312 pthread_cleanup_push(cleanup, arg);
H A Dtsan_platform_linux.cpp446 // pthread_cleanup_push/pop are hardcore macros mess.
449 pthread_cleanup_push(cleanup, arg);
/freebsd-12-stable/include/
H A Dpthread.h180 #define pthread_cleanup_push(cleanup_routine, cleanup_arg) \ macro
/freebsd-12-stable/lib/librt/
H A Dsigev_thread.c445 pthread_cleanup_push(worker_cleanup, sn);
/freebsd-12-stable/share/man/man3/
H A DMakefile253 pthread_cleanup_push.3 \
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
H A Dosm_vendor_ibumad.c422 pthread_cleanup_push(unlock_mutex,
507 pthread_cleanup_push(unlock_mutex, &p_vend->cb_mutex);
/freebsd-12-stable/contrib/ntp/sntp/libevent/
H A Dconfigure15566 # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
15652 # pthread_cleanup_push because it is one of the few pthread
15662 pthread_attr_init(0); pthread_cleanup_push(0, 0);
/freebsd-12-stable/contrib/unbound/
H A Dconfigure16650 # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
16771 # pthread_cleanup_push because it is one of the few pthread
16786 pthread_cleanup_push(routine, 0);
/freebsd-12-stable/contrib/libevent/
H A Dconfigure15622 # -lpthread.) (The stubs are missing pthread_cleanup_push, or rather
15708 # pthread_cleanup_push because it is one of the few pthread
15718 pthread_attr_init(0); pthread_cleanup_push(0, 0);

Completed in 327 milliseconds