Home
last modified time | relevance | path

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

/utopia/UTPA2-700.0.x/modules/msos/msos/ucos/
H A Ddlmalloc.c1418 #define INITIAL_LOCK(l) pthread_mutex_init(l, NULL)
1431 #define INITIAL_LOCK(l) ((NULL == ((*(l)) = OSSemCreate(1)))? -1 : 0) macro
1446 INITIAL_LOCK(&morecore_mutex); in dlinit()
1448 INITIAL_LOCK(&magic_init_mutex); in dlinit()
1475 #define INITIAL_LOCK(l) *(l)=0 macro
1487 #define INITIAL_LOCK(l) macro
2508 int ret_value=INITIAL_LOCK(&gm->mutex); in init_mparams()
4449 INITIAL_LOCK(&m->mutex); in init_user_mstate()
/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
3103 INITIAL_LOCK(&gm->mutex); in init_mparams()
5060 INITIAL_LOCK(&m->mutex); in mstar_init_user_mstate()