Home | History | Annotate | Download | only in setjmp

Lines Matching refs:pthread_self

96 	ATF_REQUIRE(myself == pthread_self());
110 myself = pthread_self();
127 ATF_REQUIRE(myself == pthread_self());
137 ATF_REQUIRE(myself == pthread_self());
141 ATF_REQUIRE(myself == pthread_self());
145 ATF_REQUIRE(myself == pthread_self());
162 "Checks pthread_self() and setjmp(3)");
173 "Checks pthread_self() and _setjmp(3)");
184 "Checks pthread_self() and sigsetjmp(3) with savemask enabled");
195 "Checks pthread_self() and sigsetjmp(3) with savemask disabled");
207 * linked with pthreads, and verify that pthread_self() stays
210 * implement pthread_self().