Searched refs:oself (Results 1 - 1 of 1) sorted by relevance

/netbsd-current/tests/lib/libpthread/
H A Dt_swapcontext.c48 void *oself; variable
62 ATF_REQUIRE_EQ(oself, nself);
76 oself = (void *)pthread_self();
77 printf("before swapcontext self = %p\n", oself);
95 oself = (void *)&val1;

Completed in 66 milliseconds