Searched refs:RUNTIME (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/condvar/
H A Dpthread_cond_wait_1.c35 #define RUNTIME 5 macro
155 if(timediff(current_time, start_time) > RUNTIME)
H A Dpthread_cond_wait_2.c36 #define RUNTIME 5 macro
156 if(timediff(current_time, start_time) > RUNTIME)
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/functional/threads/schedule/
H A D1-1.c37 #define RUNTIME 5 macro
135 /* grab the start time and busy loop for RUNTIME seconds */
139 if(timediff(current_timespec, start_timespec) > RUNTIME)
H A D1-2.c36 #define RUNTIME 5 macro
148 if(timediff(current_time, start_time) > RUNTIME)

Completed in 41 milliseconds