Home
last modified time | relevance | path

Searched defs:pthread_exit (Results 1 – 6 of 6) sorted by relevance

/openbsd-src/lib/libc/thread/
H A Drthread.c122 pthread_exit(void *retval) in pthread_exit() function
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_pthread_wrappers.h61 inline void pthread_exit(void *retval) { in pthread_exit() function
/openbsd-src/gnu/gcc/gcc/
H A Dgthr-posix.c154 pthread_exit (void *value_ptr ATTRIBUTE_UNUSED) in pthread_exit() function
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dgthr-dce.h83 #pragma weak pthread_exit macro
H A Dgthr-posix.h67 #pragma weak pthread_exit macro
/openbsd-src/gnu/llvm/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors_posix.cpp1128 TSAN_INTERCEPTOR(void, pthread_exit, void *retval) { in TSAN_INTERCEPTOR() argument
1135 REAL(pthread_exit)(retval); in TSAN_INTERCEPTOR() local