HomeSort by: relevance | last modified time | path
    Searched defs:oself (Results 1 - 2 of 2) sorted by relevancy

  /src/tests/lib/libpthread/
t_swapcontext.c 48 void *oself; variable in typeref:typename:void *
62 ATF_REQUIRE_EQ(oself, nself);
76 oself = (void *)pthread_self();
77 printf("before swapcontext self = %p\n", oself);
95 oself = (void *)&val1;
t_swapcontext.c 48 void *oself; variable in typeref:typename:void *
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 21 milliseconds