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

  /external/qemu/distrib/sdl-1.2.15/src/thread/pth/
SDL_sysmutex.c 44 if (!pth_mutex_init(&(mutex->mutexpth_p))) {
  /external/bison/lib/glthread/
lock.h 393 # pragma weak pth_mutex_init macro
418 PTH_MUTEX_INIT
420 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
457 PTH_MUTEX_INIT
459 (pth_in_use () && !pth_mutex_init (LOCK) ? errno : 0)
    [all...]

Completed in 1067 milliseconds