HomeSort by: relevance | last modified time | path
    Searched defs:thread_survived (Results 1 - 3 of 3) sorted by relevancy

  /src/tests/lib/libpthread/
t_fork.c 55 static int thread_survived = 0; variable in typeref:typename:int
62 thread_survived = 1;
91 ATF_REQUIRE_MSG(thread_survived, "thread did not survive in parent");
98 _exit(thread_survived ? 1 : 0);
t_fork.c 55 static int thread_survived = 0; variable in typeref:typename:int
62 thread_survived = 1;
91 ATF_REQUIRE_MSG(thread_survived, "thread did not survive in parent");
98 _exit(thread_survived ? 1 : 0);
t_fork.c 55 static int thread_survived = 0; variable in typeref:typename:int
62 thread_survived = 1;
91 ATF_REQUIRE_MSG(thread_survived, "thread did not survive in parent");
98 _exit(thread_survived ? 1 : 0);

Completed in 32 milliseconds