Home
last modified time | relevance | path

Searched refs:thread_survived (Results 1 – 2 of 2) sorted by relevance

/src/contrib/netbsd-tests/lib/libpthread/
H A Dt_fork.c55 static int thread_survived = 0; variable
62 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()
/src/tools/test/stress2/misc/
H A Dfork.sh80 static int thread_survived = 0;
87 thread_survived = 1;
117 if (thread_survived == 0)
127 exit(thread_survived ? 1 : 0);