Searched refs:os2_cond_wait (Results 1 – 4 of 4) sorted by relevance
10 int os2_cond_wait(perl_cond *c, perl_mutex *m);
18 os2_cond_wait
167 #define COND_WAIT(c, m) os2_cond_wait(c,m)
488 os2_cond_wait(perl_cond *c, perl_mutex *m) in os2_cond_wait() function