OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
276 - 300
of
546
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/frameworks/base/services/sensorservice/
SensorService.h
26
#include <utils/
threads
.h>
/frameworks/compile/libbcc/lib/ExecutionEngine/OldJIT/
ContextManager.cpp
26
#include <utils/
threads
.h>
/frameworks/ex/variablespeed/jni/
variablespeed.h
27
#include <utils/
threads
.h>
/frameworks/media/libvideoeditor/lvpp/
NativeWindowRenderer.h
25
#include <utils/
threads
.h>
124
// other
threads
.
/hardware/libhardware_legacy/audio/
A2dpAudioInterface.h
23
#include <utils/
threads
.h>
/hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.h
23
#include <utils/
threads
.h>
/hardware/ti/omap4xxx/camera/inc/
Encoder_libjpeg.h
27
#include <utils/
threads
.h>
/system/core/libcutils/
Android.mk
49
threads
.c \
/external/icu4c/test/intltest/
tsmthred.cpp
194
// TestThreads -- see if
threads
really work at all.
196
// Set up N
threads
pointing at N chars. When they are started, they will
218
SimpleThread *
threads
[THREADTEST_NRTHREADS];
local
225
threads
[i] = new TestThreadsThread(&threadTestChars[i]);
229
logln("->" + UnicodeString(threadTestChars) + "<- Firing off
threads
.. ");
232
if (
threads
[i]->start() != 0) {
242
logln("Waiting for
threads
to be set..");
244
errln("No
threads
could be started for testing!");
265
logln("->" + UnicodeString(threadTestChars) + "<- Got all
threads
! cya");
268
delete
threads
[i]
339
TestMutexThread *
threads
[TESTMUTEX_THREAD_COUNT];
local
[
all
...]
tzfmttst.cpp
303
umtx_unlock(NULL); // Unlock for other
threads
to use
518
TestTimeRoundTripThread **
threads
= new TestTimeRoundTripThread*[threadCount];
local
521
threads
[i] = new TestTimeRoundTripThread(*this, data, i);
522
if (
threads
[i]->start() != 0) {
540
delete
threads
[i];
542
delete []
threads
;
/external/bluetooth/glib/tests/
onceinit.c
91
g_usleep (25 * 1000); /* waste time for multiple
threads
to wait */
115
GThread *
threads
[N_THREADS];
local
125
/* setup
threads
*/
129
/* start multiple
threads
for initializer3() */
132
threads
[i] = g_thread_create (tmain_call_initializer3, 0, FALSE, NULL);
136
/* loop until all
threads
passed the call to initializer3() */
145
/* call multiple (unoptimized) initializers from multiple
threads
*/
152
g_usleep (50 * 1000); /* wait for all 5
threads
to complete */
/external/dbus/dbus/
Android.mk
50
dbus-
threads
.c \
/external/valgrind/main/coregrind/
m_libcassert.c
168
if (VG_(
threads
)[i].status == VgTs_Empty) continue;
170
VG_(name_of_ThreadStatus)(VG_(
threads
)[i].status) );
m_stacktrace.c
474
Word hsp = VG_(
threads
)[tid_if_known].arch.vex.guest_REDIR_SP;
477
lr = VG_(
threads
)[tid_if_known]
551
Word hsp = VG_(
threads
)[tid_if_known]
556
ip = VG_(
threads
)[tid_if_known]
702
Addr stack_highest_word = VG_(
threads
)[tid].client_stack_highest_word;
pub_core_threadstate.h
36
// VG_(
threads
)[] data structure which holds all the important thread
313
threads
block the signal, it will remain pending until either a
366
/* A statically allocated array of
threads
. NOTE: [0] is
369
extern ThreadState VG_(
threads
)[VG_N_THREADS];
395
/* Return the number of non-dead
Threads
*/
398
/* Return the number of
threads
in VgTs_Runnable state */
/frameworks/base/services/input/
EventHub.h
27
#include <utils/
threads
.h>
29
#include <utils/
threads
.h>
/external/emma/core/java12/com/vladium/emma/rt/
AppRunner.java
840
final List
threads
= new ArrayList ();
local
843
threads
.clear ();
[
all
...]
/bionic/libc/kernel/common/linux/
cpumask.h
16
#include <linux/
threads
.h>
/development/ndk/platforms/android-3/include/linux/
cpumask.h
16
#include <linux/
threads
.h>
/development/tools/emulator/opengl/shared/OpenglCodecCommon/
GLSharedGroup.h
36
#include <utils/
threads
.h>
/device/generic/goldfish/audio/
AudioHardwareGeneric.h
24
#include <utils/
threads
.h>
/device/samsung/crespo/libcamera/
SecCameraHWInterface.h
23
#include <utils/
threads
.h>
/external/opencv/cxcore/src/
cxswitcher.cpp
781
CV_IMPL void cvSetNumThreads( int
threads
)
794
if(
threads
<= 0 )
795
threads
= icvNumProcs;
797
//
threads
= MIN(
threads
, icvNumProcs );
799
icvNumThreads =
threads
;
/frameworks/base/core/jni/android/graphics/
TextLayoutCache.h
23
#include <utils/
threads
.h>
/frameworks/base/drm/libdrmframework/include/
DrmManager.h
21
#include <utils/
threads
.h>
Completed in 1360 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>