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

/netbsd-current/tests/lib/libpthread/
H A Dt_swapcontext.c49 void *nself; variable
59 nself = (void *)pthread_self();
60 printf("after swapcontext self = %p\n", nself);
62 ATF_REQUIRE_EQ(oself, nself);
96 nself = (void *)&val2;

Completed in 101 milliseconds