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

/external/compiler-rt/test/asan/TestCases/
H A Ddeep_thread_stack.cc11 void *AllocThread(void *arg) { function
43 RunThread(AllocThread);
/external/compiler-rt/test/tsan/
H A Drace_on_heap.cc20 void *AllocThread(void* arg) { function
27 pthread_create(&t[0], 0, AllocThread, 0);
43 // CHECK: #{{2|3}} AllocThread
/external/chromium_org/third_party/re2/re2/
H A Dnfa.cc84 inline Thread* AllocThread();
164 NFA::Thread* NFA::AllocThread() { function in class:re2::NFA
234 t = AllocThread();
266 t = AllocThread();
/external/regex-re2/re2/
H A Dnfa.cc84 inline Thread* AllocThread();
164 NFA::Thread* NFA::AllocThread() { function in class:re2::NFA
234 t = AllocThread();
266 t = AllocThread();

Completed in 228 milliseconds