Home
last modified time | relevance | path

Searched refs:threaded (Results 1 – 25 of 86) sorted by relevance

1234

/external/elfutils/libasm/
Dasm_error.c43 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/
Ddwarf_error.c70 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/
Ddwfl_error.c73 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/
DREADME.txt38 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/
Delf_error.c73 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/
DFindACML.cmake25 message(STATUS "Multi-threaded library not found, looking for single-threaded")
/external/valgrind/main/none/tests/
Dthreaded-fork.vgtest1 prog: threaded-fork
DMakefile.am164 threaded-fork.stderr.exp threaded-fork.stdout.exp threaded-fork.vgtest \
199 threaded-fork \
DMakefile.in97 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/
DREADME.txt26 "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/
Dthreaded-fork.vgtest2 prog: threaded-fork
DMakefile.am287 threaded-fork.stderr.exp \
288 threaded-fork.vgtest \
333 threaded-fork \
DMakefile.in76 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/
DREADME13 testerror Tests multi-threaded error handling
34 threadwin Test multi-threaded event handling
/external/llvm/docs/HistoricalNotes/
D2001-02-09-AdveComments.txt101 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/
DTopicMultithreading.dox28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
/external/valgrind/main/
Ddarwin9.supp211 # 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/
DREADME.android34 - Added multi-threaded alpha encoding for lossy compression.
/external/skia/tools/
Dbench_pictures.cfg47 # Multi-threaded
/external/qemu/distrib/sdl-1.2.15/
DREADME.NanoX52 When running multi-threaded applications using SDL, such
DCREDITS67 * Stephane Peter, for the AAlib front-end and multi-threaded timer idea.
/external/webkit/Tools/DumpRenderTree/win/
DDumpRenderTree.cpp86 static bool threaded = false; variable
1324 threaded = true; in main()
1415 if (threaded) in main()
1437 if (threaded) in main()
/external/chromium/testing/gmock/
DCHANGES27 * New feature: Google Mock can be safely used in multi-threaded tests
/external/mdnsresponder/mDNSCore/
DImplementer Notes.txt42 In a single-threaded application using a blocking select() call as its
/external/clang/test/CodeGenObjC/
Dexceptions.m141 // The finally cleanup has two threaded entrypoints after optimization:

1234