Searched refs:INITIAL_LOCK (Results 1 – 1 of 1) sorted by relevance
1806 #define INITIAL_LOCK(l) (0) macro1892 #define INITIAL_LOCK(sl) (*sl = 0) macro1969 #define INITIAL_LOCK(lk) ((lk)->threadid = (THREAD_ID_T)0, (lk)->sl = 0, (lk)->c = 0) macro1978 #define INITIAL_LOCK(lk) (!InitializeCriticalSectionAndSpinCount((lk), 0x80000000|4000)) macro2007 #define INITIAL_LOCK(lk) pthread_init_lock(lk) macro3097 static void post_fork_child(void) { INITIAL_LOCK(&(gm)->mutex); } in post_fork_child()3160 (void)INITIAL_LOCK(&gm->mutex); in init_mparams()5438 (void)INITIAL_LOCK(&m->mutex); in init_user_mstate()