HomeSort by: relevance | last modified time | path
    Searched refs:thrd_equal (Results 1 - 4 of 4) sorted by relevancy

  /src/tests/lib/libpthread/
t_thrd.c 95 ATF_REQUIRE(thrd_equal(s, s) != 0);
97 ATF_REQUIRE(thrd_equal(t, s) == 0);
98 ATF_REQUIRE(thrd_equal(s, t) == 0);
99 ATF_REQUIRE(thrd_equal(t, t) != 0);
  /src/lib/libpthread/
threads.h 108 int thrd_equal(thrd_t, thrd_t);
thrd.c 116 thrd_equal(thrd_t t1, thrd_t t2) function in typeref:typename:int
Makefile 283 MLINKS+= thrd.3 thrd_equal.3

Completed in 14 milliseconds