Searched refs:pthread_cleanup_pop (Results 1 – 25 of 26) sorted by relevance
12
| /freebsd-12-stable/lib/libthr/thread/ |
| D | thr_clean.c | 46 #undef pthread_cleanup_pop 49 __weak_reference(_thr_cleanup_pop, pthread_cleanup_pop);
|
| /freebsd-12-stable/cddl/compat/opensolaris/misc/ |
| D | thread_pool.c | 192 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/ |
| D | cond_wait_cancel2.cpp | 39 pthread_cleanup_pop(0); in thr()
|
| /freebsd-12-stable/lib/libc/gen/ |
| D | syslog.c | 383 pthread_cleanup_pop(1); in vsyslog() 479 pthread_cleanup_pop(1); in openlog()
|
| D | Symbol.map | 28 pthread_cleanup_pop;
|
| D | sem.c | 403 pthread_cleanup_pop(0); in _libc_sem_timedwait_compat()
|
| D | _pthread_stubs.c | 277 STUB_FUNC1(pthread_cleanup_pop, PJT_CLEANUP_POP, int, int) in STUB_FUNC2()
|
| /freebsd-12-stable/contrib/ofed/opensm/complib/ |
| D | cl_threadpool.c | 67 pthread_cleanup_pop(1); in thread_pool_routine()
|
| /freebsd-12-stable/contrib/googletest/googletest/m4/ |
| D | acx_pthread.m4 | 182 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/ |
| D | mf-hooks3.c | 256 pthread_cleanup_pop (1 /* execute */); in __mf_pthread_spawner()
|
| /freebsd-12-stable/contrib/netbsd-tests/lib/libpthread/ |
| D | t_once.c | 143 pthread_cleanup_pop(1); in once3_threadfunc()
|
| D | t_cond.c | 560 pthread_cleanup_pop(0); in destroy_after_cancel_threadfunc()
|
| /freebsd-12-stable/lib/libthr/ |
| D | pthread.map | 40 pthread_cleanup_pop;
|
| /freebsd-12-stable/include/ |
| D | pthread.h | 187 #define pthread_cleanup_pop(execute) \ macro
|
| /freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| D | tsan_platform_mac.cpp | 316 pthread_cleanup_pop(0); in call_pthread_cancel_with_cleanup()
|
| D | tsan_platform_linux.cpp | 473 pthread_cleanup_pop(0); in call_pthread_cancel_with_cleanup()
|
| /freebsd-12-stable/lib/librt/ |
| D | sigev_thread.c | 447 pthread_cleanup_pop(1); in worker_routine()
|
| /freebsd-12-stable/share/man/man3/ |
| D | Makefile | 252 pthread_cleanup_pop.3 \
|
| /freebsd-12-stable/contrib/ofed/opensm/libvendor/ |
| D | osm_vendor_ibumad.c | 427 pthread_cleanup_pop(1); in umad_receiver() 510 pthread_cleanup_pop(1); in umad_receiver()
|
| /freebsd-12-stable/contrib/libevent/m4/ |
| D | acx_pthread.m4 | 205 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/m4/ |
| D | acx_pthread.m4 | 205 pthread_create(0,0,0,0); pthread_cleanup_pop(0); ],
|
| /freebsd-12-stable/contrib/unbound/ |
| D | ax_pthread.m4 | 229 pthread_cleanup_pop(0) /* ; */])],
|
| /freebsd-12-stable/sys/contrib/libsodium/m4/ |
| D | ax_pthread.m4 | 381 pthread_cleanup_pop(0) /* ; */])],
|
| /freebsd-12-stable/contrib/libevent/ |
| D | configure | 16089 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|
| /freebsd-12-stable/contrib/ntp/sntp/libevent/ |
| D | configure | 17334 pthread_create(0,0,0,0); pthread_cleanup_pop(0);
|
12