Searched refs:wait_sec (Results 1 - 2 of 2) sorted by relevance

/haiku/src/tests/system/libroot/posix/
H A Dthread_local_test.cpp35 int wait_sec = 1; local
36 sleep(wait_sec);
H A Dpthread_barrier_test.cpp17 int wait_sec = 1 + rand() % 10; local
18 fprintf(stderr, "thread %d: Wait %d microseconds.\n", thread_id, wait_sec * 100);
19 snooze(wait_sec * 100);

Completed in 43 milliseconds