Searched defs:INITIAL_LOCK (Results 1 – 2 of 2) sorted by relevance
1751 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0) macro1851 #define INITIAL_LOCK(sl) ((sl)->threadid = 0, (sl)->l = (sl)->c = 0, 0) macro1916 #define INITIAL_LOCK(sl) pthread_init_lock(sl) macro1947 #define INITIAL_LOCK(s) (!InitializeCriticalSectionAndSpinCount((s), 0x80000000|4000)) macro1994 #define INITIAL_LOCK(l) macro
1431 #define INITIAL_LOCK(l) ((NULL == ((*(l)) = OSSemCreate(1)))? -1 : 0) macro1475 #define INITIAL_LOCK(l) *(l)=0 macro1487 #define INITIAL_LOCK(l) macro