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
320
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/chromium/chrome/browser/ui/cocoa/
about_ipc_controller.h
67
// Called from our C++ bridge class. To accomodate
multithreaded
/external/chromium/net/proxy/
proxy_resolver.h
72
// by the
multithreaded
runner to signal cleanup from origin thread
/external/chromium_org/chrome/browser/ui/cocoa/
about_ipc_controller.h
66
// Called from our C++ bridge class. To accomodate
multithreaded
/external/chromium_org/third_party/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/clang/tools/c-arcmt-test/
c-arcmt-test.c
89
* testing of a
multithreaded
environment (for example, having a reduced stack
/external/jmonkeyengine/engine/src/networking/com/jme3/network/
MessageListener.java
42
* shared data structures accordingly and set them up for
multithreaded
/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/stlport/doc/
README.mingw
29
multithreaded
environment. Under MinGW it means that we use the '-mthread'
/external/valgrind/main/drd/tests/
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
/external/webrtc/src/system_wrappers/interface/
event_wrapper.h
35
//
multithreaded
programming.
/frameworks/native/include/binder/
BufferedTextOutput.h
32
MULTITHREADED
= 0x0001
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
preprocessor.vcxproj
110
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
127
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
/external/chromium_org/third_party/mesa/src/docs/
MESA_multithread_makecurrent.spec
32
The GLX context setup encourages
multithreaded
applications to
136
The intention is to allow
multithreaded
access to the GL at the
/external/chromium_org/third_party/opus/src/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>
/external/llvm/lib/Support/
Threading.cpp
28
assert(!multithreaded_mode && "Already
multithreaded
!");
43
assert(multithreaded_mode && "Not currently
multithreaded
!");
/external/mesa3d/docs/
MESA_multithread_makecurrent.spec
32
The GLX context setup encourages
multithreaded
applications to
136
The intention is to allow
multithreaded
access to the GL at the
/external/stlport/
INSTALL.unixes
108
3) STLport builds only
multithreaded
libraries (by default), so your
109
application should be compiled as
multithreaded
, too. Use -pthread
/external/chromium_org/media/filters/
ffmpeg_video_decoder_unittest.cc
162
// and
multithreaded
decoders. End of stream buffers are used to trigger
163
// the frame to be returned in the
multithreaded
decoder case.
412
// decoders at the end of the stream.
Multithreaded
decoders hide errors
/external/valgrind/main/drd/docs/
drd-manual.xml
19
DRD is a Valgrind tool for detecting errors in
multithreaded
C and C++
26
<title>
Multithreaded
Programming Paradigms</title>
36
and embedded software is
multithreaded
.
43
applications are
multithreaded
.
50
Multithreaded
programs can use one or more of the following programming
52
Some examples of
multithreaded
programming paradigms are:
71
a
multithreaded
program. The original program may or may not contain
97
DRD supports any combination of
multithreaded
programming paradigms as
176
<title>
Multithreaded
Programming Problems</title>
223
detection of data races is a necessity when developing
multithreaded
[
all
...]
/external/chromium/testing/gmock/msvc/2010/
gmock.vcxproj
65
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
gmock_main.vcxproj
65
<RuntimeLibrary>
MultiThreaded
</RuntimeLibrary>
Completed in 1438 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>