OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
101 - 125
of
546
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/external/protobuf/src/google/protobuf/stubs/
once_unittest.cc
209
scoped_ptr<TestThread>
threads
[4];
local
212
threads
[i].reset(RunInitOnceInNewThread());
215
threads
[i]->Join();
226
scoped_ptr<TestThread>
threads
[8];
local
231
threads
[i].reset(RunInitOnceInNewThread());
234
threads
[i].reset(RunInitRecursiveOnceInNewThread());
246
threads
[i]->Join();
/external/qemu/distrib/sdl-1.2.12/src/thread/amigaos/
SDL_thread.c
32
/* The array of
threads
currently active in the application
51
clean up
threads
here. If any
threads
are still running after this call,
62
SDL_Thread **
threads
;
local
65
If the very first
threads
are created simultaneously, then
77
/* Expand the list of
threads
, if necessary */
83
threads
=(SDL_Thread **)SDL_malloc((SDL_maxthreads+ARRAY_CHUNKSIZE)*
84
(sizeof *
threads
));
85
if (
threads
== NULL ) {
89
SDL_memcpy(
threads
, SDL_Threads, SDL_numthreads*(sizeof *threads))
[
all
...]
/libcore/luni/src/main/java/java/lang/
ThreadGroup.java
27
* {@code ThreadGroup} is a means of organizing
threads
into a hierarchical structure.
37
// Maximum priority for
Threads
inside this ThreadGroup
45
* Weak references to the
threads
in this group.
51
* View of the
threads
.
54
private final Iterable<Thread>
threads
= CollectionUtils.dereferenceIterable(threadRefs, true);
field in class:ThreadGroup
125
for (Thread thread :
threads
) {
195
* to destroy a {@code ThreadGroup} that has no
threads
in it. Any daemon
196
* {@code ThreadGroup} is destroyed automatically when it becomes empty (no
threads
201
*
threads
.
211
if (
threads
.iterator().hasNext())
[
all
...]
/external/valgrind/main/coregrind/m_scheduler/
scheduler.c
38
There are no extra
threads
.
140
/* CPU semaphore, so that
threads
can run exclusively */
185
if (VG_(
threads
)[i].status == VgTs_Empty) {
186
VG_(
threads
)[i].status = VgTs_Init;
187
VG_(
threads
)[i].exitreason = VgSrc_None;
306
vg_assert(VG_(
threads
)[tid].exitreason != VgSrc_None);
322
if (VG_(
threads
)[tid].status == VgTs_WaitSys) {
326
tid, VG_(
threads
)[tid].os_state.lwpid);
334
thread_abort(VG_(
threads
)[tid].os_state.lwpid);
339
Int r = VG_(tkill)(VG_(
threads
)[tid].os_state.lwpid, VG_SIGVGKILL)
[
all
...]
/bionic/libc/kernel/common/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/development/ndk/platforms/android-3/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/external/skia/include/core/
SkThread_platform.h
22
#include <utils/
threads
.h>
/external/webkit/Source/WebCore/platform/graphics/android/
ClassTracker.h
29
#include <utils/
threads
.h>
TexturesGenerator.h
34
#include <utils/
threads
.h>
/frameworks/base/include/media/
IMediaDeathNotifier.h
20
#include <utils/
threads
.h>
/frameworks/base/include/media/stagefright/foundation/
AAtomizer.h
27
#include <utils/
threads
.h>
/frameworks/base/include/utils/
BufferedTextOutput.h
21
#include <utils/
threads
.h>
/frameworks/base/media/libmediaplayerservice/
MidiMetadataRetriever.h
21
#include <utils/
threads
.h>
/frameworks/base/media/libstagefright/include/
ThrottledSource.h
22
#include <utils/
threads
.h>
/frameworks/base/media/tests/omxjpegdecoder/
StreamSource.h
26
#include <utils/
threads
.h>
/frameworks/base/opengl/libs/EGL/
egl_object.cpp
26
#include <utils/
threads
.h>
/frameworks/base/services/surfaceflinger/
Barrier.h
22
#include <utils/
threads
.h>
/prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
/prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
kernel_stat.h
17
#include <linux/
threads
.h>
Completed in 1573 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>