Searched refs:AllocThread (Results 1 – 4 of 4) 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()
101 t = AllocThread();177 Thread *AllocThread() { in AllocThread() function