Home
last modified time | relevance | path

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

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