Home
last modified time | relevance | path

Searched refs:pthread_cleanup_pop (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-12-stable/lib/libthr/thread/
Dthr_clean.c46 #undef pthread_cleanup_pop
49 __weak_reference(_thr_cleanup_pop, pthread_cleanup_pop);
/freebsd-12-stable/cddl/compat/opensolaris/misc/
Dthread_pool.c192 pthread_cleanup_pop(1); in tpool_worker()
203 pthread_cleanup_pop(1); in tpool_worker()
328 pthread_cleanup_pop(1); /* pthread_mutex_unlock(&tpool->tp_mutex); */ in tpool_destroy()
368 pthread_cleanup_pop(1); /* pthread_mutex_unlock(&tpool->tp_mutex); */ in tpool_wait()
/freebsd-12-stable/tools/regression/pthread/unwind/
Dcond_wait_cancel2.cpp39 pthread_cleanup_pop(0); in thr()
/freebsd-12-stable/lib/libc/gen/
Dsyslog.c383 pthread_cleanup_pop(1); in vsyslog()
479 pthread_cleanup_pop(1); in openlog()
DSymbol.map28 pthread_cleanup_pop;
Dsem.c403 pthread_cleanup_pop(0); in _libc_sem_timedwait_compat()
D_pthread_stubs.c277 STUB_FUNC1(pthread_cleanup_pop, PJT_CLEANUP_POP, int, int) in STUB_FUNC2()
/freebsd-12-stable/contrib/ofed/opensm/complib/
Dcl_threadpool.c67 pthread_cleanup_pop(1); in thread_pool_routine()
/freebsd-12-stable/contrib/googletest/googletest/m4/
Dacx_pthread.m4182 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
286 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
306 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
325 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
/freebsd-12-stable/contrib/gcclibs/libmudflap/
Dmf-hooks3.c256 pthread_cleanup_pop (1 /* execute */); in __mf_pthread_spawner()
/freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/
Dt_once.c143 pthread_cleanup_pop(1); in once3_threadfunc()
Dt_cond.c560 pthread_cleanup_pop(0); in destroy_after_cancel_threadfunc()
/freebsd-12-stable/lib/libthr/
Dpthread.map40 pthread_cleanup_pop;
/freebsd-12-stable/include/
Dpthread.h187 #define pthread_cleanup_pop(execute) \ macro
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_platform_mac.cpp316 pthread_cleanup_pop(0); in call_pthread_cancel_with_cleanup()
Dtsan_platform_linux.cpp473 pthread_cleanup_pop(0); in call_pthread_cancel_with_cleanup()
/freebsd-12-stable/lib/librt/
Dsigev_thread.c447 pthread_cleanup_pop(1); in worker_routine()
/freebsd-12-stable/share/man/man3/
DMakefile252 pthread_cleanup_pop.3 \
/freebsd-12-stable/contrib/ofed/opensm/libvendor/
Dosm_vendor_ibumad.c427 pthread_cleanup_pop(1); in umad_receiver()
510 pthread_cleanup_pop(1); in umad_receiver()
/freebsd-12-stable/contrib/libevent/m4/
Dacx_pthread.m4205 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
/freebsd-12-stable/contrib/ntp/sntp/libevent/m4/
Dacx_pthread.m4205 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
/freebsd-12-stable/contrib/unbound/
Dax_pthread.m4229 pthread_cleanup_pop(0) /* ; */])],
/freebsd-12-stable/sys/contrib/libsodium/m4/
Dax_pthread.m4381 pthread_cleanup_pop(0) /* ; */])],
/freebsd-12-stable/contrib/libevent/
Dconfigure16089 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
/freebsd-12-stable/contrib/ntp/sntp/libevent/
Dconfigure17334 pthread_create(0,0,0,0); pthread_cleanup_pop(0);

12