OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
826 - 850
of
1579
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/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
;
/external/valgrind/coregrind/
pub_core_threadstate.h
36
// VG_(
threads
)[] data structure which holds all the important thread
348
threads
block the signal, it will remain pending until either a
391
disabling error reporting in
threads
. When zero, reporting is
394
threads
are always created with this as zero (errors
412
/* A statically allocated array of
threads
. NOTE: [0] is
415
extern ThreadState *VG_(
threads
);
447
/* Return the number of non-dead
Threads
*/
450
/* Return the number of
threads
in VgTs_Runnable state */
/external/valgrind/drd/tests/
bar_bad_xml.stderr.exp
108
initialise a barrier which has
threads
waiting on it
157
destroy a barrier that has waiting
threads
/frameworks/av/drm/libdrmframework/include/
DrmManager.h
21
#include <utils/
threads
.h>
DrmManagerClientImpl.h
21
#include <utils/
threads
.h>
/frameworks/av/media/libaudioclient/include/media/
ToneGenerator.h
25
#include <utils/
threads
.h>
/frameworks/av/media/libmedia/include/media/
mediarecorder.h
22
#include <utils/
threads
.h>
/frameworks/av/media/libstagefright/include/
DataSource.h
28
#include <utils/
threads
.h>
SampleTable.h
26
#include <utils/
threads
.h>
/frameworks/av/services/soundtrigger/
SoundTriggerHalHidl.h
24
#include <utils/
threads
.h>
/frameworks/base/core/jni/
android_view_DisplayEventReceiver.cpp
29
#include <utils/
threads
.h>
/frameworks/base/native/android/
asset_manager.cpp
24
#include <utils/
threads
.h>
/frameworks/native/services/sensorservice/
SensorService.h
35
#include <utils/
threads
.h>
/hardware/intel/common/libmix/videoencoder/
VideoEncoderBase.h
26
#include <utils/
threads
.h>
/hardware/intel/img/psb_video/src/android/
psb_gralloc.cpp
32
#include <utils/
threads
.h>
/hardware/interfaces/soundtrigger/2.0/default/
SoundTriggerHalImpl.h
24
#include <utils/
threads
.h>
/hardware/libhardware_legacy/audio/
AudioHardwareGeneric.h
24
#include <utils/
threads
.h>
/hardware/qcom/display/msm8084/libvirtual/
virtual.cpp
36
#include <utils/
threads
.h>
/hardware/qcom/display/msm8226/libvirtual/
virtual.cpp
36
#include <utils/
threads
.h>
/libcore/luni/src/test/java/libcore/java/util/regex/
OldMatcherTest.java
579
ArrayList<Thread>
threads
= new ArrayList<Thread>();
local
599
threads
.add(t);
602
for (Thread t :
threads
) {
605
for (Thread t :
threads
) {
/libcore/ojluni/src/main/java/java/lang/
Thread.java
49
* Virtual Machine allows an application to have multiple
threads
of
52
* Every thread has a priority.
Threads
with higher priority are
53
* executed in preference to
threads
with lower priority. Each thread
63
* Machine continues to execute
threads
until either of the following
69
* <li>All
threads
that are not daemon
threads
have died, either by
182
/* For autonumbering anonymous
threads
. */
284
* between
threads
that would otherwise over-utilise a CPU. Its use
528
// Must be tolerant of
threads
without a name.
534
// by the runtime to construct peers for
threads
that have attached via JNI and it'
1581
Thread[]
threads
= new Thread[count + count \/ 2];
local
[
all
...]
/prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py
308
@unittest.skipUnless(threading, "test meaningless on builds without
threads
")
332
# helps assert subtype_dealloc's behaviour when
threads
356
threads
= []
359
threads
.append(t)
360
for t in
threads
:
364
for t in
threads
:
/prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py
308
@unittest.skipUnless(threading, "test meaningless on builds without
threads
")
332
# helps assert subtype_dealloc's behaviour when
threads
356
threads
= []
359
threads
.append(t)
360
for t in
threads
:
364
for t in
threads
:
/prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/linux/
cpumask.h
16
#include <linux/
threads
.h>
/prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/linux/
cpumask.h
16
#include <linux/
threads
.h>
Completed in 2175 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>