Home
last modified time | relevance | path

Searched refs:AllocThread (Results 1 – 2 of 2) 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/compiler-rt/test/asan/TestCases/Posix/
Ddeep_thread_stack.cc11 void *AllocThread(void *arg) { in AllocThread() function
43 RunThread(AllocThread); in main()