Searched refs:simple_thread (Results 1 – 2 of 2) sorted by relevance
61 DEF_SCRIPT(simple_thread,485 USE(simple_thread),
1226 simple_thread(void *arg __unused) in simple_thread() function1237 CHILD_REQUIRE_EQ(pthread_create(&thread, NULL, simple_thread, NULL), 0); in simple_thread_main()