Home
last modified time | relevance | path

Searched refs:WAIT_IF_NONE (Results 1 – 3 of 3) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c1103 prima_one_loop_round(wait_for_event ? WAIT_IF_NONE : WAIT_NEVER, true); in apc_application_yield()
H A Dapc_event.c2242 if ( wait == WAIT_NEVER || ( events > 0 && wait == WAIT_IF_NONE)) in prima_one_loop_round()
/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h1244 #define WAIT_IF_NONE 2 macro