Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Drace_on_heap.cc21 void *AllocThread(void* arg) { in AllocThread() function
28 pthread_create(&t[0], 0, AllocThread, 0); in main()
/external/llvm-project/compiler-rt/test/tsan/
Drace_on_heap.cpp21 void *AllocThread(void* arg) { in AllocThread() function
28 pthread_create(&t[0], 0, AllocThread, 0); in main()
Ddebug_alloc_stack.cpp23 void *AllocThread(void *context) { in AllocThread() function
46 pthread_create(&t, NULL, AllocThread, NULL); in main()
/external/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cc11 void *AllocThread(void *arg) { in AllocThread() function
43 RunThread(AllocThread); in main()
/external/llvm-project/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cpp11 void *AllocThread(void *arg) { in AllocThread() function
43 RunThread(AllocThread); in main()
/external/llvm-project/compiler-rt/lib/hwasan/
Dhwasan_thread_list.h98 t = AllocThread(); in CreateCurrentThread()
169 Thread *AllocThread() { in AllocThread() function
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Dnfa.cc87 inline Thread* AllocThread();
159 NFA::Thread* NFA::AllocThread() { in AllocThread() function in re2::NFA
275 t = AllocThread(); in AddToThreadq()
584 Thread* t = AllocThread(); in Search()