Home
last modified time | relevance | path

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

/third_party/libffi/src/
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
/third_party/flutter/skia/third_party/externals/sdl/src/stdlib/
DSDL_malloc.c1476 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL) macro
1514 #define INITIAL_LOCK(l) *(l)=0 macro
1526 #define INITIAL_LOCK(l) macro