/llvm-project/openmp/runtime/test/ |
H A D | omp_testsuite.h | 98 static int pthread_create(pthread_t *thread, void *attr, in pthread_create() function
|
/llvm-project/libcxx/src/ |
H A D | thread.cpp | 22 # pragma weak pthread_create // Do not create libpthread dependency macro
|
/llvm-project/compiler-rt/lib/safestack/ |
H A D | safestack.cpp | 208 INTERCEPTOR(int,pthread_create,pthread_t * thread,const pthread_attr_t * attr,void * (* start_routine)(void *),void * arg) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_interceptors.cpp | 134 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/hwasan/ |
H A D | hwasan_interceptors.cpp | 268 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR() argument
|
/llvm-project/llvm/lib/Support/rpmalloc/ |
H A D | malloc.c | 667 int pthread_create(pthread_t *thread, const pthread_attr_t *attr, in pthread_create() function
|
/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_interceptors.cpp | 439 INTERCEPTOR(int,pthread_create,void * th,void * attr,void * (* callback)(void *),void * param) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_interceptors.cpp | 244 INTERCEPTOR(int, pthread_create, void *thread, void *attr, in INTERCEPTOR() argument
|
/llvm-project/clang/test/ARCMT/ |
H A D | objcmt-arc-cf-annotations.m | 1105 int pthread_create(pthread_t *, const pthread_attr_t *, function
|
/llvm-project/clang/test/Analysis/ |
H A D | retain-release.m | 1212 int pthread_create(pthread_t *, const pthread_attr_t *, function
|
/llvm-project/compiler-rt/lib/msan/ |
H A D | msan_interceptors.cpp | 1164 INTERCEPTOR(int,pthread_create,void * th,void * attr,void * (* callback)(void *),void * param) INTERCEPTOR() argument
|
/llvm-project/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors_posix.cpp | 1021 TSAN_INTERCEPTOR(int,pthread_create,void * th,void * attr,void * (* callback)(void *),void * param) TSAN_INTERCEPTOR() argument
|