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

  /src/tests/lib/libpthread/
t_call_once.c 78 ATF_REQUIRE_EQ(thrd_join(t[i], NULL), thrd_success);
t_thrd.c 72 ATF_REQUIRE_EQ(thrd_join(t, &b), thrd_success);
101 ATF_REQUIRE_EQ(thrd_join(t, NULL), thrd_success);
153 ATF_REQUIRE_EQ(thrd_join(t, &b), thrd_success);
t_cnd.c 110 ATF_REQUIRE_EQ(thrd_join(t[i], NULL), thrd_success);
t_tss.c 157 ATF_REQUIRE_EQ(thrd_join(t, NULL), thrd_success);
t_cancellation.c 113 RT(thrd_join(*tp, &result));
828 RT(thrd_join(t, NULL));
  /src/lib/libpthread/
threads.h 110 int thrd_join(thrd_t, int *);
thrd.c 133 thrd_join(thrd_t thrd, int *res) function in typeref:typename:int
Makefile 285 MLINKS+= thrd.3 thrd_join.3

Completed in 14 milliseconds