Home | History | Annotate | Download | only in util

Lines Matching refs:threaded

63   BOOL threaded;                                         /* TRUE if threaded */
73 do { if((dict)->threaded) { sched_yield(); \
78 if((dict)->threaded) mLock(&(dict)->mList)
82 if((dict)->threaded) mUnlock(&(dict)->mList)
551 NEOERR *dictCreate(dictCtx *rdict, BOOL threaded, UINT32 root, UINT32 maxLevel,
574 dict->threaded = threaded;
578 err = skipNewList(&(dict->list), threaded, root, maxLevel,
582 if (threaded)