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

  /src/tests/lib/libpthread/
t_kill.c 77 pthread_t mainthread; variable in typeref:typename:pthread_t
86 ATF_REQUIRE_MSG((self != mainthread) && (signo == SIGUSR1),
120 mainthread = pthread_self();
131 ATF_REQUIRE_EQ_MSG(self, mainthread, "thread id changed");
t_kill.c 77 pthread_t mainthread; variable in typeref:typename:pthread_t
86 ATF_REQUIRE_MSG((self != mainthread) && (signo == SIGUSR1),
120 mainthread = pthread_self();
131 ATF_REQUIRE_EQ_MSG(self, mainthread, "thread id changed");

Completed in 21 milliseconds