Home
last modified time | relevance | path

Searched refs:AllocThread (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/compiler-rt/test/tsan/
H A Drace_on_heap.cpp21 void *AllocThread(void* arg) { in AllocThread() function
28 pthread_create(&t[0], 0, AllocThread, 0); in main()
H A Ddebug_alloc_stack.cpp23 void *AllocThread(void *context) { in AllocThread() function
46 pthread_create(&t, NULL, AllocThread, NULL); in main()
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/Posix/
H A Ddeep_thread_stack.cpp11 void *AllocThread(void *arg) { in AllocThread() function
43 RunThread(AllocThread); in main()
/llvm-project-15.0.7/compiler-rt/lib/hwasan/
H A Dhwasan_thread_list.h101 t = AllocThread();
177 Thread *AllocThread() { in AllocThread() function