OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threads
(Results
976 - 1000
of
1207
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/libcore/ojluni/src/main/native/
jvm.h
281
JVM_DumpThreads(JNIEnv *env, jclass threadClass, jobjectArray
threads
);
[
all
...]
/prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
aether-impl-0.9.0.M2.jar
/system/core/logcat/
logcat.cpp
38
#include <utils/
threads
.h>
[
all
...]
/toolchain/binutils/binutils-2.25/gold/
archive.cc
249
bool preread_syms = (parameters->options().
threads
()
[
all
...]
options.cc
1112
if (this->
threads
())
1114
gold_warning(_("ignoring --
threads
: "
[
all
...]
configure
[
all
...]
/ndk/tests/device/test-libc++-shared-full/jni/
Android.mk
[
all
...]
/ndk/tests/device/test-libc++-static-full/jni/
Android.mk
[
all
...]
/art/runtime/gc/allocator/
rosalloc.cc
1848
std::list<Thread*>
threads
= Runtime::Current()->GetThreadList()->GetList();
local
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/lib/
pdebuild-ant.jar
/external/jemalloc/bin/
jeprof.in
716
if (defined($data->{
threads
})) {
717
foreach my $thread (sort { $a <=> $b } keys(%{$data->{
threads
}})) {
720
my $thread_profile = $data->{
threads
}{$thread};
[
all
...]
/external/libunwind/doc/
libunwind.tex
239
that multiple
threads
may use \Prog{libunwind} simulatenously.
/external/v8/tools/profviz/
composer.js
55
var kNumThreads = 2; // Number of
threads
.
/prebuilts/tools/common/m2/repository/org/apache/maven/maven-artifact-manager/2.2.1/
maven-artifact-manager-2.2.1.jar
/prebuilts/tools/common/m2/repository/org/eclipse/jetty/jetty-util/8.1.14.v20131031/
jetty-util-8.1.14.v20131031.jar
/device/moto/shamu/camera/QCamera/HAL/core/src/
QCameraHWI_Preview.cpp
24
#include <utils/
threads
.h>
[
all
...]
/external/valgrind/coregrind/m_syswrap/
syswrap-x86-solaris.c
[
all
...]
syswrap-solaris.c
76
/* Return the number of non-dead and daemon
threads
.
77
count_daemon == True: count daemon
threads
78
count_daemon == False: count non-daemon
threads
*/
83
if (VG_(
threads
)[tid].status != VgTs_Empty &&
84
VG_(
threads
)[tid].status != VgTs_Zombie &&
85
VG_(
threads
)[tid].os_state.daemon_thread == count_daemon)
122
/* For newly created
threads
, VG_TRACK(pre_thread_first_insn, tid) is
235
"[daemon
threads
=%u]\n",
347
for all
threads
. Also initialize the GDT (for normal
threads
, this is don
[
all
...]
/external/webrtc/webrtc/modules/video_coding/codecs/vp8/
vp8_impl.cc
540
// Determine number of
threads
based on the image size and #cores.
627
return 8; // 8
threads
for 1080p on high perf machines.
629
// 3
threads
for 1080p.
632
// 2
threads
for qHD/HD.
[
all
...]
/frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp
32
#include <utils/
threads
.h>
[
all
...]
/frameworks/base/media/jni/
android_media_MediaPlayer.cpp
31
#include <utils/
threads
.h>
[
all
...]
/frameworks/native/libs/gui/tests/
BufferQueue_test.cpp
33
#include <utils/
threads
.h>
[
all
...]
/prebuilts/tools/common/m2/repository/org/eclipse/aether/aether-impl/1.0.2.v20150114/
aether-impl-1.0.2.v20150114.jar
/external/google-breakpad/src/processor/
minidump.cc
[
all
...]
/art/runtime/
utils.cc
128
VLOG(
threads
) << "Limiting unlimited stack (reported as " << PrettySize(old_stack_size) << ")"
[
all
...]
Completed in 3737 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>