Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_pthread_wrappers.h61 inline void pthread_exit(void *retval) { in pthread_exit() function
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_pthread_wrappers.h62 inline void pthread_exit(void *retval) { in pthread_exit() function
/external/dng_sdk/source/
Ddng_pthread.h199 #define pthread_exit dng_pthread_exit macro
/external/openssh/
Dauth-pam.c133 #define pthread_exit fake_pthread_exit macro
185 pthread_exit(void *value) in pthread_exit() function
/external/llvm-project/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors_posix.cpp1048 TSAN_INTERCEPTOR(void, pthread_exit, void *retval) { in TSAN_INTERCEPTOR() argument
1055 REAL(pthread_exit)(retval); in TSAN_INTERCEPTOR() local
/external/ImageMagick/MagickCore/
Dvms.h808 #define pthread_exit PTHREAD_EXIT macro
/external/rust/crates/libc/src/unix/
Dmod.rs1026 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function
/external/rust/crates/libc/src/vxworks/
Dmod.rs1210 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function
/external/rust/crates/libc/src/fuchsia/
Dmod.rs3666 pub fn pthread_exit(value: *mut ::c_void) -> !; in pthread_exit() function