HomeSort by relevance Sort by last modified time
    Searched refs:AllocThread (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/test/asan/TestCases/
deep_thread_stack.cc 11 void *AllocThread(void *arg) {
43 RunThread(AllocThread);
  /external/compiler-rt/test/tsan/
race_on_heap.cc 20 void *AllocThread(void* arg) {
27 pthread_create(&t[0], 0, AllocThread, 0);
43 // CHECK: #{{2|3}} AllocThread
  /external/chromium_org/third_party/re2/re2/
nfa.cc 84 inline Thread* AllocThread();
164 NFA::Thread* NFA::AllocThread() {
234 t = AllocThread();
266 t = AllocThread();
  /external/regex-re2/re2/
nfa.cc 84 inline Thread* AllocThread();
164 NFA::Thread* NFA::AllocThread() {
234 t = AllocThread();
266 t = AllocThread();

Completed in 1142 milliseconds