Searched refs:thread_stack_tests (Results 1 – 1 of 1) sorted by relevance
100 static void* thread_stack_tests(void* arg) { in thread_stack_tests() function114 ASSERT_EQ(0, pthread_create(&thread, &attr, &thread_stack_tests, 0), ""); in other_thread_stack_tests()
Completed in 4 milliseconds