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

  /src/lib/libpthread/
mtx.c 59 return thrd_error;
72 return thrd_error;
77 return thrd_error;
85 return thrd_error;
102 return thrd_error;
115 return thrd_error;
131 return thrd_error;
147 return thrd_error;
160 return thrd_error;
cnd.c 49 return thrd_error;
73 return thrd_error;
85 return thrd_error;
103 return thrd_error;
117 return thrd_error;
tss.c 49 return thrd_error;
76 return thrd_error;
thrd.c 88 error = thrd_error;
112 return thrd_error;
146 return thrd_error;
threads.h 78 thrd_error = 2, enumerator in enum:__anond6ad5d820203
  /src/tests/lib/libpthread/
t_mtx.c 64 ATF_REQUIRE_EQ(mtx_init(&m, mtx_recursive), thrd_error);
66 ATF_REQUIRE_EQ(mtx_init(&m, mtx_plain | mtx_timed), thrd_error);
68 ATF_REQUIRE_EQ(mtx_init(&m, -1), thrd_error);

Completed in 12 milliseconds