Searched defs:wait_for (Results 1 – 5 of 5) sorted by relevance
136 wait_for(volatile int *ptr) in wait_for() function
784 proc wait_for {wait_for} { procedure
475 wait_for(int ch) in wait_for() function
140 void wait_for(lock *bolt, enum wait_op op, long val) in wait_for() function
376 #define wait_for(COND, MS) _wait_for((COND), (MS) * 1000, 10, 1000) macro