Searched refs:ThreadRoutine (Results 1 – 4 of 4) sorted by relevance
470 static void ThreadRoutine(SpawnThreadNotifications* notifications) { in ThreadRoutine() function486 &ThreadRoutine, ¬ifications_, NULL)); in SetUp()
819 void* ThreadRoutine(void *) { in ThreadRoutine() function828 CHECK(pthread_create(&handle, &attributes, ThreadRoutine, NULL) != 0); in TEST()