Searched refs:simple_thread (Results 1 – 1 of 1) sorted by relevance
1224 simple_thread(void *arg __unused) in simple_thread() function1235 CHILD_REQUIRE_EQ(pthread_create(&thread, NULL, simple_thread, NULL), 0); in simple_thread_main()