HomeSort by relevance Sort by last modified time
    Searched defs:threaded (Results 1 - 6 of 6) sorted by null

  /external/elfutils/libasm/
asm_error.c 29 /* The error number. Used in non-threaded programs. */
31 static bool threaded; variable
48 if (threaded)
83 if (threaded)
127 if ((error == 0 || error == -1) && threaded)
182 threaded = true;
  /external/elfutils/libdw/
dwarf_error.c 32 /* The error number. Used in non-threaded programs. */
34 static bool threaded; variable
53 if (threaded)
119 if (threaded)
140 if ((error == 0 || error == -1) && threaded)
175 threaded = true;
  /external/clearsilver/util/
dict.c 63 BOOL threaded; /* TRUE if threaded */ member in struct:_dictCtx
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)
    [all...]
skiplist.c 62 int threaded; /* TRUE if list needs to be thread safe */ member in struct:skipList_struct
88 if(list->threaded)
96 if(! list->threaded)
208 if(! list->threaded)
244 if(list->threaded)
346 if(list->threaded) {
358 NEOERR *skipNewList(skipList *skip, int threaded, int root, int maxLevel,
382 list->threaded = threaded;
387 if(threaded) {
    [all...]
  /external/elfutils/libelf/
elf_error.c 38 /* The error number. Used in non-threaded programs. */
40 static bool threaded; variable
59 if (threaded)
305 if (threaded)
325 if ((error == 0 || error == -1) && threaded)
364 threaded = true;
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 85 static bool threaded = false; variable
    [all...]

Completed in 888 milliseconds