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

/external/qemu/distrib/sdl-1.2.12/src/thread/pth/
H A DSDL_syscond.c37 pth_cond_t condpth_p; member in struct:SDL_cond
47 if ( pth_cond_init(&(cond->condpth_p)) < 0 ) {
77 if ( pth_cond_notify(&(cond->condpth_p), FALSE) != 0 ) {
95 if ( pth_cond_notify(&(cond->condpth_p), TRUE) != 0 ) {
138 if ( pth_cond_await(&(cond->condpth_p), &(mutex->mutexpth_p), ev) != 0 ) {
159 if ( pth_cond_await(&(cond->condpth_p), &(mutex->mutexpth_p), NULL) != 0 ) {

Completed in 119 milliseconds