OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:multithreaded
(Results
26 - 50
of
337
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/llvm/include/llvm/Support/
COM.h
21
enum class COMThreadingMode { SingleThreaded,
MultiThreaded
};
Mutex.h
89
/// running in
multithreaded
mode.
104
//
multithreaded
mode, but provides not sanity checks in single
117
//
multithreaded
mode, but provides not sanity checks in single
/external/testng/src/test/java/test/thread/
TrueParallelTest.java
33
//
multithreaded
result will have at least one non-consecutive different pair:
/external/valgrind/drd/tests/
annotate_sem.c
4
* @brief
Multithreaded
test program that triggers various access patterns
pth_barrier.c
1
/* Test whether all data races are detected in a
multithreaded
program with
rwlock_test.c
4
* @brief
Multithreaded
test program that triggers various access patterns
/sdk/find_java/
find_java_exe.vcxproj
91
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
109
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
126
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
147
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
/external/libgdx/gdx/src/com/badlogic/gdx/utils/
OrderedMap.java
83
* time this method is called. Use the {@link OrderedMapEntries} constructor for nested or
multithreaded
iteration. */
102
* time this method is called. Use the {@link OrderedMapValues} constructor for nested or
multithreaded
iteration. */
121
* this method is called. Use the {@link OrderedMapKeys} constructor for nested or
multithreaded
iteration. */
/external/mesa3d/docs/
dispatch.html
87
<p>In a
multithreaded
environment, a naive implementation of
116
become
multithreaded
, <tt>NULL</tt> is stored in <tt>_glapi_Dispatch</tt>.</p>
119
multithreaded
case by comparing <tt>_glapi_Dispatch</tt> to <tt>NULL</tt>.
180
<li>Using <tt>_glapi_Dispatch</tt> directly in builds for non-
multithreaded
183
multithreaded
environments.</li>
185
multithreaded
environments.</li>
187
multithreaded
environments.</li>
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/visualc/
freetype.dsp
22
!MESSAGE "freetype - Win32 Debug
Multithreaded
" (based on "Win32 (x86) Static Library")
23
!MESSAGE "freetype - Win32 Release
Multithreaded
" (based on "Win32 (x86) Static Library")
83
!ELSEIF "$(CFG)" == "freetype - Win32 Debug
Multithreaded
"
108
!ELSEIF "$(CFG)" == "freetype - Win32 Release
Multithreaded
"
189
# Name "freetype - Win32 Debug
Multithreaded
"
190
# Name "freetype - Win32 Release
Multithreaded
"
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/builds/windows/visualce/
freetype.dsp
22
!MESSAGE "freetype - Win32 Debug
Multithreaded
" (based on "Win32 (x86) Static Library")
23
!MESSAGE "freetype - Win32 Release
Multithreaded
" (based on "Win32 (x86) Static Library")
83
!ELSEIF "$(CFG)" == "freetype - Win32 Debug
Multithreaded
"
108
!ELSEIF "$(CFG)" == "freetype - Win32 Release
Multithreaded
"
189
# Name "freetype - Win32 Debug
Multithreaded
"
190
# Name "freetype - Win32 Release
Multithreaded
"
/development/host/windows/usb/api/
SOURCES
38
# Use
multithreaded
libraries
/development/host/windows/usb/winusb/
SOURCES
38
# Use
multithreaded
libraries
/external/autotest/client/tests/ffsb/
README
23
(4) use
multithreaded
workloads to stress the filesystem.
/external/clang/tools/c-arcmt-test/
c-arcmt-test.c
89
* testing of a
multithreaded
environment (for example, having a reduced stack
/external/curl/include/curl/
easy.h
57
* be transferred. It is useful in
multithreaded
applications when you can run
/external/opencv3/samples/python2/
video_threaded.py
4
Multithreaded
video processing sample.
/external/regex-re2/re2/testing/
dfa_test.cc
21
// Check that
multithreaded
access to DFA class works.
35
TEST(
Multithreaded
, BuildEntireDFA) {
263
TEST(
Multithreaded
, SearchDFA) {
286
// Reuse same flags for
Multithreaded
.BuildDFA above.
/external/webrtc/webrtc/system_wrappers/include/
event_wrapper.h
35
//
multithreaded
programming.
/frameworks/native/include/binder/
BufferedTextOutput.h
32
MULTITHREADED
= 0x0001
/external/jsoncpp/makefiles/msvc2010/
lib_json.vcxproj
113
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
131
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
/external/libopus/win32/VS2010/
opus_demo.vcxproj
122
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
142
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
test_opus_api.vcxproj
125
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
144
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
test_opus_decode.vcxproj
127
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
147
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
test_opus_encode.vcxproj
127
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
147
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
Completed in 4817 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>