Searched refs:threads (Results 1 – 10 of 10) sorted by relevance
/device/google/cuttlefish/host/commands/secure_env/ |
D | secure_env_not_windows_main.cpp | 270 std::vector<std::thread> threads; in SecureEnvMain() local 315 threads.emplace_back([rm, keymint_in, keymint_out, security_level, in SecureEnvMain() 349 threads.emplace_back([keymaster_in, keymaster_out, borrowed_km, in SecureEnvMain() 372 threads.emplace_back([gatekeeper_in, gatekeeper_out, &gatekeeper, in SecureEnvMain() 396 threads.emplace_back( in SecureEnvMain() 417 threads.emplace_back([confui_server_fd, resource_manager]() { in SecureEnvMain() 424 threads.emplace_back(StartKernelEventMonitor(kernel_events_fd, oemlock_lock)); in SecureEnvMain() 426 for (auto& t : threads) { in SecureEnvMain()
|
/device/generic/goldfish-opengl/ |
D | BUILD.gn | 39 "android-emu/aemu/base/threads/AndroidFunctorThread.cpp", 40 "android-emu/aemu/base/threads/AndroidFunctorThread.h", 41 "android-emu/aemu/base/threads/AndroidThread.h", 42 "android-emu/aemu/base/threads/AndroidThreadStore.h", 43 "android-emu/aemu/base/threads/AndroidThreadTypes.h", 44 "android-emu/aemu/base/threads/AndroidThread_pthread.cpp", 45 "android-emu/aemu/base/threads/AndroidWorkPool.cpp", 46 "android-emu/aemu/base/threads/AndroidWorkPool.h",
|
/device/google/trout/ |
D | CPPLINT.cfg | 25 # Because we use #include <threads> and <mutex>
|
/device/google/trout/agl_services_build/cmake/ |
D | android.cmake | 41 ${trout_ANDROID_LIBBASE_DIR}/threads.cpp
|
/device/google/cuttlefish/common/libs/utils/ |
D | subprocess.cpp | 534 ThreadJoiner(const std::vector<std::thread*> threads) : threads_(threads) {} in ThreadJoiner() argument
|
/device/generic/opengl-transport/host/libs/virglrenderer/ |
D | README.md | 69 between threads in AVDVirglRenderer without its own locking.
|
/device/google/cuttlefish/shared/ |
D | device.mk | 63 PRODUCT_VENDOR_PROPERTIES += ro.virtual_ab.compression.threads=true
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 6559 // from both the compositor thread and main-threads were handled). 8150 repeated Thread threads = 11; field 8179 // Metadata about the processes and threads in the trace. 8210 // No longer used as of Apr 2018, when the dedicated |threads| field was 8218 // List of processes and threads in the client. These lists are incremental 8219 // and not exhaustive. A process and its threads might show up separately in 8222 // #0 { processes: [{pid: 10, ...}], threads: [{pid: 11, tgid: 10}] } 8223 // #1 { threads: [{pid: 12, tgid: 10}] } 8224 // #2 { processes: [{pid: 20, ...}], threads: [{pid: 13, tgid: 10}] } 8226 repeated Thread threads = 2; field [all …]
|
/device/google/sunfish/ |
D | init.hardware.rc | 737 setprop dalvik.vm.dex2oat-threads 6
|
/device/google/redbull/ |
D | init.hardware.rc | 803 setprop dalvik.vm.dex2oat-threads 6
|