OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:threaded
(Results
126 - 150
of
601
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/protobuf/gtest/test/
gtest_stress_test.cc
102
// multi-
threaded
context.
/external/qemu/distrib/sdl-1.2.12/src/timer/
SDL_timer.c
197
SDL_SetError("Multiple timers require
threaded
events!");
/external/qemu/distrib/sdl-1.2.12/src/timer/amigaos/
SDL_systimer.c
258
SDL_SetError("Internal logic error: AmigaOS uses
threaded
timer");
/external/qemu/distrib/sdl-1.2.12/src/timer/os2/
SDL_systimer.c
218
SDL_SetError("Internal logic error: OS/2 uses
threaded
timer");
/external/qemu/distrib/sdl-1.2.12/src/timer/unix/
SDL_systimer.c
229
SDL_SetError("Internal logic error: Linux uses
threaded
timer");
/external/v8/src/
atomicops_internals_x86_gcc.cc
64
// if we haven't been initialized yet, we're probably single
threaded
, and our
once.h
73
// only choice is to assume that dynamic initialization is single-
threaded
.
/external/valgrind/main/docs/xml/
manual-intro.xml
41
It helps you make your multi-
threaded
programs more correct.
/external/valgrind/main/helgrind/
hg_basics.c
9
in
threaded
programs.
hg_errors.h
9
in
threaded
programs.
hg_lock_n_thread.c
9
in
threaded
programs.
/external/webkit/Source/WebCore/platform/sql/
SQLiteDatabase.h
127
// Set this flag to allow access from multiple threads. Not all multi-
threaded
accesses are safe!
/external/webkit/Tools/Scripts/
webkit-tools-completion.sh
95
complete -o default -W "--add-platform-exceptions --complex-text --configuration --guard-malloc --help --http --ignore-tests --launch-safari --leaks --merge-leak-depth --new-test-results --no-http --no-launch-safari --no-new-test-results --no-sample-on-timeout --no-strip-editing-callbacks --pixel-tests --platform --port --quiet --random --reset-results --results-directory --reverse --root --sample-on-timeout --singly --skipped --slowest --strict --strip-editing-callbacks --
threaded
--timeout --tolerance --use-remote-links-to-tests --valgrind --verbose -1 -c -g -h -i -l -m -o -p -q -t -v" run-webkit-tests
/libcore/luni/src/main/java/java/lang/
Daemons.java
52
* single-
threaded
process when it forks.
/libcore/luni/src/main/java/java/util/concurrent/
Executors.java
102
* @return the newly created single-
threaded
Executor
122
* @return the newly created single-
threaded
Executor
172
* Creates a single-
threaded
executor that can schedule commands
190
* Creates a single-
threaded
executor that can schedule commands
/libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipFileTest.java
121
* This doesn't test synchronization in multi-
threaded
use.
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/pulse/
mainloop.h
119
/** Interrupt a running poll (for
threaded
systems) */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
shadow.h
139
multi-
threaded
applications. */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h
119
/** Interrupt a running poll (for
threaded
systems) */
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h
139
multi-
threaded
applications. */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/pulse/
mainloop.h
119
/** Interrupt a running poll (for
threaded
systems) */
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
shadow.h
139
multi-
threaded
applications. */
/external/bluetooth/glib/glib/
gslice.c
91
* allocator, it doesn't properly scale beyond single-
threaded
uses though.
426
static ThreadMemory *single_thread_memory = NULL; /* remember single-thread info for multi-
threaded
case */
433
* we are running
threaded
. to cope with it, use the saved
434
* thread memory structure from when we weren't
threaded
.
437
single_thread_memory = NULL; /* slab_mutex protected when multi-
threaded
*/
448
/* g_private_get/g_private_set works in the single-
threaded
xor the multi-
449
*
threaded
case. but not *across* g_thread_init(), after multi-thread
[
all
...]
/external/webkit/Tools/DumpRenderTree/mac/
DumpRenderTree.mm
142
static int
threaded
;
587
{"
threaded
", no_argument, &
threaded
, YES},
680
if (
threaded
)
692
if (
threaded
)
[
all
...]
/external/guava/guava-tests/test/com/google/common/collect/
AbstractImmutableSetTest.java
440
* safe to do so in GWT because javascript is single-
threaded
.
444
@GwtIncompatible("GWT is single
threaded
")
Completed in 2921 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>