Searched defs:morecore_mutex (Results 1 - 1 of 1) sorted by relevance

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1425 * If HAVE_MORECORE, morecore_mutex protects sequences of calls to
1445 static MLOCK_T morecore_mutex = PTHREAD_MUTEX_INITIALIZER; variable
1478 static MLOCK_T morecore_mutex; variable
1490 #define ACQUIRE_MORECORE_LOCK() ACQUIRE_LOCK(&morecore_mutex);
1491 #define RELEASE_MORECORE_LOCK() RELEASE_LOCK(&morecore_mutex);

Completed in 87 milliseconds