HomeSort by relevance Sort by last modified time
    Searched refs:mutexpth_p (Results 1 - 3 of 3) sorted by null

  /external/qemu/distrib/sdl-1.2.12/src/thread/pth/
SDL_sysmutex_c.h 28 pth_mutex_t mutexpth_p; member in struct:SDL_mutex
SDL_sysmutex.c 44 if (!pth_mutex_init(&(mutex->mutexpth_p))) {
71 pth_mutex_acquire(&(mutex->mutexpth_p), FALSE, NULL);
84 pth_mutex_release(&(mutex->mutexpth_p));
SDL_syscond.c 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 6076 milliseconds