HomeSort by relevance Sort by last modified time
    Searched refs:threaded (Results 1 - 10 of 10) 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/
skiplist.h 45 NEOERR *skipNewList(skipList *skip, int threaded, int root, int maxLevel,
49 * Description: Returns a new skip list. If <threaded> is true, list is
52 * <flushLimit> is for threaded lists and determines the
57 * Input: threaded - true if list should be thread-safe.
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...]
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...]
dict.h 23 NEOERR *dictCreate(dictCtx *dict, BOOL threaded, UINT32 root, UINT32 maxLevel,
28 * Description: Returns a dictionary. If <threaded> is true, list is
31 * Input: threaded - true if list should be thread-safe.
  /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/mac/
DumpRenderTree.mm 129 static int threaded;
553 {"threaded", no_argument, &threaded, YES},
646 if (threaded)
658 if (threaded)
    [all...]
  /external/webkit/WebKitTools/DumpRenderTree/win/
DumpRenderTree.cpp 85 static bool threaded = false; variable
    [all...]
  /external/webkit/WebKitTools/Scripts/
run-webkit-tests 150 my $threaded = 0;
261 -t|--threaded Run a concurrent JavaScript thead with each test
302 'threaded|t' => \$threaded,
500 push @toolArgs, "--threaded" if $threaded;
    [all...]

Completed in 1867 milliseconds