Searched refs:pthread_setcancelstate (Results 1 – 16 of 16) sorted by relevance
| /src/contrib/netbsd-tests/lib/libpthread/ |
| H A D | h_cancel.c | 51 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in main() 55 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in main()
|
| /src/sys/contrib/openzfs/cmd/zed/ |
| H A D | zed_disk_event.c | 197 pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL); in zed_udev_monitor() 207 pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in zed_udev_monitor()
|
| /src/lib/libthr/thread/ |
| H A D | thr_cancel.c | 37 __weak_reference(_thr_setcancelstate, pthread_setcancelstate);
|
| /src/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | Host.cpp | 151 int err = ::pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, &m_old_state); in ScopedPThreadCancelDisabler() 160 ::pthread_setcancelstate(m_old_state, 0); in ~ScopedPThreadCancelDisabler()
|
| /src/lib/libthr/ |
| H A D | pthread.map | 105 pthread_setcancelstate;
|
| /src/lib/libc/include/ |
| H A D | un-namespace.h | 171 #undef pthread_setcancelstate
|
| H A D | namespace.h | 190 #define pthread_setcancelstate _pthread_setcancelstate macro
|
| /src/include/ |
| H A D | pthread.h | 297 int pthread_setcancelstate(int, int *);
|
| /src/lib/libc/gen/ |
| H A D | Symbol.map | 59 pthread_setcancelstate;
|
| H A D | _pthread_stubs.c | 288 STUB_FUNC2(pthread_setcancelstate, PJT_SETCANCELSTATE, int, int, void *)
|
| /src/contrib/llvm-project/openmp/runtime/src/ |
| H A D | z_Linux_util.cpp | 562 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state); in __kmp_launch_worker() 639 status = pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, &old_state); in __kmp_launch_monitor() 1262 status = pthread_setcancelstate(new_state, &old_state); in __kmp_enable() 1271 status = pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, old_state); in __kmp_disable()
|
| /src/share/man/man3/ |
| H A D | Makefile | 540 PTHREAD_MLINKS+=pthread_testcancel.3 pthread_setcancelstate.3 \
|
| /src/contrib/libpcap/rpcapd/ |
| H A D | rpcapd.c | 1293 if (pthread_setcancelstate(PTHREAD_CANCEL_ENABLE, NULL)) in accept_connection()
|
| /src/cddl/contrib/opensolaris/lib/libdtrace/common/ |
| H A D | dt_proc.c | 403 (void) pthread_setcancelstate(PTHREAD_CANCEL_DISABLE, NULL); in dt_proc_control()
|
| /src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 4417 ALIAS(WRAP(pthread_setcancelstate)); 6622 INTERCEPTOR(int, pthread_setcancelstate, int state, int *oldstate) { 6624 COMMON_INTERCEPTOR_ENTER(ctx, pthread_setcancelstate, state, oldstate); 6625 int res = REAL(pthread_setcancelstate)(state, oldstate); 6640 COMMON_INTERCEPT_FUNCTION(pthread_setcancelstate); \
|
| /src/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2643 fun:pthread_setcancelstate=uninstrumented
|