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

/external/qemu/distrib/sdl-1.2.15/src/stdlib/
H A DSDL_malloc.c1440 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL) macro
1474 #define INITIAL_LOCK(l) *(l)=0 macro
1486 #define INITIAL_LOCK(l) macro
2500 INITIAL_LOCK(&gm->mutex);
4422 INITIAL_LOCK(&m->mutex);

Completed in 125 milliseconds