Searched refs:AllocThread (Results 1 – 7 of 7) sorted by relevance
21 void *AllocThread(void* arg) { in AllocThread() function28 pthread_create(&t[0], 0, AllocThread, 0); in main()
23 void *AllocThread(void *context) { in AllocThread() function46 pthread_create(&t, NULL, AllocThread, NULL); in main()
11 void *AllocThread(void *arg) { in AllocThread() function43 RunThread(AllocThread); in main()
98 t = AllocThread(); in CreateCurrentThread()169 Thread *AllocThread() { in AllocThread() function
87 inline Thread* AllocThread();159 NFA::Thread* NFA::AllocThread() { in AllocThread() function in re2::NFA275 t = AllocThread(); in AddToThreadq()584 Thread* t = AllocThread(); in Search()