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

  /src/tests/lib/libpthread/
t_call_once.c 49 static int co_val; variable in typeref:typename:int
56 ++co_val;
81 ATF_REQUIRE_EQ(co_val, 1);
t_call_once.c 49 static int co_val; variable in typeref:typename:int
56 ++co_val;
81 ATF_REQUIRE_EQ(co_val, 1);

Completed in 163 milliseconds