Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/linux/
H A Ddlmalloc.c1751 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0) macro
1851 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0) macro
1916 #define INITIAL_LOCK(sl) pthread_init_lock(sl) macro
1947 #define INITIAL_LOCK(s) (!InitializeCriticalSectionAndSpinCount((s), 0x80000000|4000)) macro
1994 #define INITIAL_LOCK(l) macro
/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1431 #define INITIAL_LOCK(l) ((NULL == ((*(l)) = OSSemCreate(1)))? -1 : 0) macro
1475 #define INITIAL_LOCK(l) *(l)=0 macro
1487 #define INITIAL_LOCK(l) macro