Searched refs:nself (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c49 void *nself; variable
60 nself = (void *)pthread_self();
61 printf("after swapcontext self = %p\n", nself);
63 ATF_REQUIRE_EQ(oself, nself);
102 nself = (void *)&val2;

Completed in 78 milliseconds