Searched refs:ThreadFunc1 (Results 1 – 3 of 3) sorted by relevance
42 __attribute__((optnone)) static void *ThreadFunc1(void *arg) in ThreadFunc1() function74 ret = pthread_create(&newThread, &a, ThreadFunc1, nullptr); in TestThread()
53 static void *ThreadFunc1(void *arg) in ThreadFunc1() function121 ret = pthread_create(&tid1, NULL, ThreadFunc1, 0); in TestCase()
64 static void *ThreadFunc1(void *arg) in ThreadFunc1() function128 ret = pthread_create(&newPthread1, NULL, ThreadFunc1, NULL); in ProcessTest()