Searched defs:INITIAL_LOCK (Results  1 – 3 of 3) sorted by relevance
| /external/dlmalloc/ | 
| D | dlmalloc.c | 1806 #define INITIAL_LOCK(l)            (0)  macro 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
  | 
| /external/python/cpython2/Modules/_ctypes/libffi/src/ | 
| D | dlmalloc.c | 1446 #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
  | 
| /external/libffi/src/ | 
| D | dlmalloc.c | 1446 #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
  |