OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:setThreadPoolMaxThreadCount
(Results
1 - 15
of
15
) sorted by null
/frameworks/native/services/inputflinger/host/
main.cpp
23
ProcessState::self()->
setThreadPoolMaxThreadCount
(4);
/hardware/interfaces/graphics/composer/2.1/default/
service.cpp
32
android::ProcessState::self()->
setThreadPoolMaxThreadCount
(4);
/frameworks/base/cmds/incidentd/src/
main.cpp
44
ps->
setThreadPoolMaxThreadCount
(1); // everything is oneway, let it queue and save ram
/frameworks/native/services/vr/virtual_touchpad/
main.cpp
17
ps->
setThreadPoolMaxThreadCount
(4);
/system/core/healthd/
healthd_mode_android.cpp
53
ProcessState::self()->
setThreadPoolMaxThreadCount
(0);
/external/libbrillo/brillo/
binder_watcher.cc
55
ProcessState::self()->
setThreadPoolMaxThreadCount
(0);
/system/connectivity/wificond/tests/integration/
binder_dispatcher.cpp
79
android::ProcessState::self()->
setThreadPoolMaxThreadCount
(0);
/frameworks/native/libs/binder/include/binder/
ProcessState.h
69
status_t
setThreadPoolMaxThreadCount
(size_t maxThreads);
/frameworks/native/services/surfaceflinger/
main_surfaceflinger.cpp
85
ProcessState::self()->
setThreadPoolMaxThreadCount
(4);
/frameworks/native/cmds/cmd/
cmd.cpp
126
//
setThreadPoolMaxThreadCount
(0) actually tells the kernel it's
132
proc->
setThreadPoolMaxThreadCount
(0);
/system/connectivity/wificond/
main.cpp
84
android::ProcessState::self()->
setThreadPoolMaxThreadCount
(0);
/frameworks/base/cmds/screencap/
screencap.cpp
87
//
setThreadPoolMaxThreadCount
(0) actually tells the kernel it's
91
ProcessState::self()->
setThreadPoolMaxThreadCount
(0);
/frameworks/native/libs/binder/
ProcessState.cpp
310
status_t ProcessState::
setThreadPoolMaxThreadCount
(size_t maxThreads) {
/system/tools/aidl/tests/
aidl_test_service.cpp
442
ProcessState::self()->
setThreadPoolMaxThreadCount
(0);
/frameworks/base/core/jni/
android_util_Binder.cpp
942
ProcessState::self()->
setThreadPoolMaxThreadCount
(maxThreads);
[
all
...]
Completed in 364 milliseconds