Home
last modified time | relevance | path

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

/freebsd/contrib/netbsd-tests/lib/libpthread/
H A Dt_swapcontext.c48 void *oself; variable
63 ATF_REQUIRE_EQ(oself, nself); in swapfunc()
81 oself = (void *)pthread_self(); in threadfunc()
82 printf("before swapcontext self = %p\n", oself); in threadfunc()
110 oself = (void *)&val1; in ATF_TC_BODY()