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

  /src/tests/lib/libpthread/
t_thrd.c 157 ATF_TC(thrd_sleep);
158 ATF_TC_HEAD(thrd_sleep, tc)
160 atf_tc_set_md_var(tc, "descr", "Test C11 thrd_sleep(3)");
173 ATF_TC_BODY(thrd_sleep, tc)
186 ATF_REQUIRE_EQ(!thrd_sleep(&ts, NULL), 0);
191 ATF_REQUIRE_EQ(thrd_sleep(&ts, &rem), 0);
207 ATF_REQUIRE_EQ(!thrd_sleep(&ts, &rem), 0);
233 ATF_TP_ADD_TC(tp, thrd_sleep);
t_cancellation.c 838 RT(thrd_sleep(&t, NULL));
  /src/lib/libpthread/
threads.h 111 int thrd_sleep(const struct timespec *, struct timespec *);
thrd.c 150 thrd_sleep(const struct timespec *duration, struct timespec *remaining) function in typeref:typename:int
Makefile 286 MLINKS+= thrd.3 thrd_sleep.3

Completed in 42 milliseconds