Searched refs:SecondaryThread (Results 1 – 1 of 1) sorted by relevance
13 __attribute__((noinline)) void *SecondaryThread(void *x) { in SecondaryThread() function35 SecondaryThread(NULL); in Thread()46 pthread_create(&th, NULL, SecondaryThread, NULL); in Thread()