Searched refs:INITIAL_LOCK (Results 1 – 2 of 2) sorted by relevance
1418 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL)1431 #define INITIAL_LOCK(l) ((NULL == ((*(l)) = OSSemCreate(1)))? -1 : 0) macro1446 INITIAL_LOCK(&morecore_mutex); in dlinit()1448 INITIAL_LOCK(&magic_init_mutex); in dlinit()1475 #define INITIAL_LOCK(l) *(l)=0 macro1487 #define INITIAL_LOCK(l) macro2508 int ret_value=INITIAL_LOCK(&gm->mutex); in init_mparams()4449 INITIAL_LOCK(&m->mutex); in init_user_mstate()
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) macro3103 INITIAL_LOCK(&gm->mutex); in init_mparams()5060 INITIAL_LOCK(&m->mutex); in mstar_init_user_mstate()