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

/external/dlmalloc/
H A Dmalloc.c1798 and at least INITIAL_LOCK, DESTROY_LOCK, ACQUIRE_LOCK, RELEASE_LOCK
1806 #define INITIAL_LOCK(l) (0) macro
1815 /* #define INITIAL_LOCK(lk) ... */
1892 #define INITIAL_LOCK(sl) (*sl = 0) macro
1969 #define INITIAL_LOCK(lk) ((lk)->threadid = (THREAD_ID_T)0, (lk)->sl = 0, (lk)->c = 0) macro
1978 #define INITIAL_LOCK(lk) (!InitializeCriticalSectionAndSpinCount((lk), 0x80000000|4000)) macro
2007 #define INITIAL_LOCK(lk) pthread_init_lock(lk) macro
3097 static void post_fork_child(void) { INITIAL_LOCK(&(gm)->mutex); }
3160 (void)INITIAL_LOCK(&gm->mutex);
5443 (void)INITIAL_LOCK(
[all...]
/external/libffi/src/
H A Ddlmalloc.c1441 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL) macro
1453 #define INITIAL_LOCK(l) DosCreateMutexSem(0, l, 0, FALSE) macro
1485 #define INITIAL_LOCK(l) *(l)=0 macro
1497 #define INITIAL_LOCK(l) macro
2547 INITIAL_LOCK(&gm->mutex);
4474 INITIAL_LOCK(&m->mutex);
/external/python/cpython2/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1446 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL) macro
1458 #define INITIAL_LOCK(l) DosCreateMutexSem(0, l, 0, FALSE) macro
1490 #define INITIAL_LOCK(l) *(l)=0 macro
1502 #define INITIAL_LOCK(l) macro
2552 INITIAL_LOCK(&gm->mutex);
4479 INITIAL_LOCK(&m->mutex);
/external/python/cpython3/Modules/_ctypes/libffi/src/
H A Ddlmalloc.c1446 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL) macro
1458 #define INITIAL_LOCK(l) DosCreateMutexSem(0, l, 0, FALSE) macro
1490 #define INITIAL_LOCK(l) *(l)=0 macro
1502 #define INITIAL_LOCK(l) macro
2552 INITIAL_LOCK(&gm->mutex);
4479 INITIAL_LOCK(&m->mutex);

Completed in 226 milliseconds