Home
last modified time | relevance | path

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

/external/compiler-rt/test/tsan/
Drace_on_heap.cc20 void *AllocThread(void* arg) { in AllocThread() function
27 pthread_create(&t[0], 0, AllocThread, 0); in main()
/external/compiler-rt/test/asan/TestCases/
Ddeep_thread_stack.cc11 void *AllocThread(void *arg) { in AllocThread() function
43 RunThread(AllocThread); in main()
/external/regex-re2/re2/
Dnfa.cc84 inline Thread* AllocThread();
164 NFA::Thread* NFA::AllocThread() { in AllocThread() function in re2::NFA
234 t = AllocThread(); in AddToThreadq()
266 t = AllocThread(); in AddToThreadq()