Searched refs:threaded (Results 1 - 9 of 9) sorted by relevance

/external/elfutils/libasm/
H A Dasm_error.c41 /* The error number. Used in non-threaded programs. */
43 static bool threaded; variable
60 if (threaded)
95 if (threaded)
141 if ((error == 0 || error == -1) && threaded)
196 threaded = true;
/external/elfutils/libdw/
H A Ddwarf_error.c68 /* The error number. Used in non-threaded programs. */
70 static bool threaded; variable
89 if (threaded)
158 if (threaded)
179 if ((error == 0 || error == -1) && threaded)
215 threaded = true;
/external/elfutils/libdwfl/
H A Ddwfl_error.c71 /* The error number. Used in non-threaded programs. */
73 static bool threaded; variable
92 if (threaded)
181 if (threaded)
203 if (threaded)
263 threaded = true;
/external/elfutils/libelf/
H A Delf_error.c71 /* The error number. Used in non-threaded programs. */
73 static bool threaded; variable
92 if (threaded)
346 if (threaded)
366 if ((error == 0 || error == -1) && threaded)
405 threaded = true;
/external/webkit/Tools/DumpRenderTree/mac/
H A DDumpRenderTree.mm142 static int threaded;
587 {"threaded", no_argument, &threaded, YES},
680 if (threaded)
692 if (threaded)
/external/webkit/Tools/DumpRenderTree/win/
H A DDumpRenderTree.cpp86 static bool threaded = false; variable
1323 if (!stricmp(argv[i], "--threaded")) {
1324 threaded = true;
1415 if (threaded)
1437 if (threaded)
/external/webkit/Tools/Scripts/
H A Dold-run-webkit-tests168 my $threaded = 0;
317 -t|--threaded Run a concurrent JavaScript thead with each test
362 'threaded|t' => \$threaded,
644 push @toolArgs, "--threaded" if $threaded;
/external/chromium/third_party/libjingle/source/talk/
H A Dmain.scons227 '/MT', # link with LIBCMT.LIB (multi-threaded, static linked crt)
/external/strace/
H A Dstrace.spec357 - tracing threaded programs is now functional.

Completed in 581 milliseconds