Searched refs:thread_survived (Results 1 – 2 of 2) sorted by relevance
55 static int thread_survived = 0; variable62 thread_survived = 1; in print_pid()91 ATF_REQUIRE_MSG(thread_survived, "thread did not survive in parent"); in ATF_TC_BODY()98 _exit(thread_survived ? 1 : 0); in ATF_TC_BODY()
80 static int thread_survived = 0;87 thread_survived = 1;117 if (thread_survived == 0)127 exit(thread_survived ? 1 : 0);