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

/external/eigen/unsupported/test/mpreal/
H A Ddlmalloc.c1642 and at least INITIAL_LOCK, ACQUIRE_LOCK, RELEASE_LOCK and possibly
1662 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0) macro
1762 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0) macro
1827 #define INITIAL_LOCK(sl) pthread_init_lock(sl) macro
1858 #define INITIAL_LOCK(s) (!InitializeCriticalSectionAndSpinCount((s), 0x80000000|4000)) macro
1892 /* #define INITIAL_LOCK(sl) ... */
1905 #define INITIAL_LOCK(l) macro
3008 INITIAL_LOCK(&gm->mutex);
4958 INITIAL_LOCK(&m->mutex);
/external/libffi/src/
H A Ddlmalloc.c1394 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL) macro
1428 #define INITIAL_LOCK(l) *(l)=0 macro
1440 #define INITIAL_LOCK(l) macro
2490 INITIAL_LOCK(&gm->mutex);
4412 INITIAL_LOCK(&m->mutex);
/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 108 milliseconds