/external/elfutils/libasm/ |
D | asm_error.c | 43 static bool threaded; variable 60 if (threaded) in asm_errno() 95 if (threaded) 141 if ((error == 0 || error == -1) && threaded) 196 threaded = true; in init()
|
/external/elfutils/libdw/ |
D | dwarf_error.c | 70 static bool threaded; variable 89 if (threaded) in dwarf_errno() 158 if (threaded) 179 if ((error == 0 || error == -1) && threaded) 215 threaded = true; in init()
|
/external/elfutils/libdwfl/ |
D | dwfl_error.c | 73 static bool threaded; variable 92 if (threaded) in dwfl_errno() 181 if (threaded) in __libdwfl_seterrno() 203 if (threaded) 263 threaded = true; in init()
|
/external/expat/win32/ |
D | README.txt | 38 single threaded or multithreaded run-time library, 39 or using the multi-threaded run-time Dll. That is, 46 with the multi-threaded run-time library. 60 Multi-threaded: libexpat(w)MT.lib 61 Multi-threaded Dll: libexpat(w)MD.lib 66 single-threaded runtime library is not supported anymore.
|
/external/elfutils/libelf/ |
D | elf_error.c | 73 static bool threaded; variable 92 if (threaded) in elf_errno() 346 if (threaded) 366 if ((error == 0 || error == -1) && threaded) 405 threaded = true; in init()
|
/external/eigen/bench/btl/cmake/ |
D | FindACML.cmake | 25 message(STATUS "Multi-threaded library not found, looking for single-threaded")
|
/external/valgrind/main/none/tests/ |
D | threaded-fork.vgtest | 1 prog: threaded-fork
|
D | Makefile.am | 164 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \ 199 threaded-fork \
|
D | Makefile.in | 97 syslog$(EXEEXT) system$(EXEEXT) threaded-fork$(EXEEXT) \ 349 threaded_fork_SOURCES = threaded-fork.c 350 threaded_fork_OBJECTS = threaded-fork.$(OBJEXT) 407 system.c thread-exits.c threaded-fork.c threadederrno.c \ 426 system.c thread-exits.c threaded-fork.c threadederrno.c \ 870 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \ 1170 threaded-fork$(EXEEXT): $(threaded_fork_OBJECTS) $(threaded_fork_DEPENDENCIES) 1171 @rm -f threaded-fork$(EXEEXT) 1270 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded-fork.Po@am__quote@
|
/external/expat/bcb5/ |
D | README.txt | 26 "mt" (multi-threaded) and "d" (dynamic RTL). 66 The libexpat libraries are all built to link with the multi-threaded dynamic RTL's. 68 To create single-threaded libs, do the following: 74 2. The single threaded RTL must be called. change the RTL in the ALLLIB tag or
|
/external/valgrind/main/drd/tests/ |
D | threaded-fork.vgtest | 2 prog: threaded-fork
|
D | Makefile.am | 287 threaded-fork.stderr.exp \ 288 threaded-fork.vgtest \ 333 threaded-fork \
|
D | Makefile.in | 76 threaded-fork$(EXEEXT) trylock$(EXEEXT) unit_bitmap$(EXEEXT) \ 362 threaded_fork_SOURCES = threaded-fork.c 363 threaded_fork_OBJECTS = threaded-fork.$(OBJEXT) 417 sigalrm.c $(std_thread_SOURCES) thread_name.c threaded-fork.c \ 437 sigalrm.c $(std_thread_SOURCES) thread_name.c threaded-fork.c \ 1004 threaded-fork.stderr.exp \ 1005 threaded-fork.vgtest \ 1241 threaded-fork$(EXEEXT): $(threaded_fork_OBJECTS) $(threaded_fork_DEPENDENCIES) 1242 @rm -f threaded-fork$(EXEEXT) 1316 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/threaded-fork.Po@am__quote@
|
/external/qemu/distrib/sdl-1.2.15/test/ |
D | README | 13 testerror Tests multi-threaded error handling 34 threadwin Test multi-threaded event handling
|
/external/llvm/docs/HistoricalNotes/ |
D | 2001-02-09-AdveComments.txt | 101 instruction. (It could be optional so single-threaded codes are 102 not penalized.) This could map well to multi-threaded architectures 103 while providing easy ILP for single-threaded onces. But it is probably
|
/external/eigen/doc/ |
D | TopicMultithreading.dox | 28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
|
/external/valgrind/main/ |
D | darwin9.supp | 211 # These ones were necessary to give no errors on a tiny non-threaded 241 # These ones were necessary to give no errors on a tiny threaded program.
|
/external/webp/ |
D | README.android | 34 - Added multi-threaded alpha encoding for lossy compression.
|
/external/skia/tools/ |
D | bench_pictures.cfg | 47 # Multi-threaded
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.NanoX | 52 When running multi-threaded applications using SDL, such
|
D | CREDITS | 67 * Stephane Peter, for the AAlib front-end and multi-threaded timer idea.
|
/external/webkit/Tools/DumpRenderTree/win/ |
D | DumpRenderTree.cpp | 86 static bool threaded = false; variable 1324 threaded = true; in main() 1415 if (threaded) in main() 1437 if (threaded) in main()
|
/external/chromium/testing/gmock/ |
D | CHANGES | 27 * New feature: Google Mock can be safely used in multi-threaded tests
|
/external/mdnsresponder/mDNSCore/ |
D | Implementer Notes.txt | 42 In a single-threaded application using a blocking select() call as its
|
/external/clang/test/CodeGenObjC/ |
D | exceptions.m | 141 // The finally cleanup has two threaded entrypoints after optimization:
|