Home
last modified time | relevance | path

Searched refs:wait (Results 1 - 25 of 58) sorted by relevance

123

/developtools/profiler/device/plugins/ftrace_plugin/tools/
H A Drefresh_device_kernel_code.py56 proto_sub.wait()
67 parsers_sub.wait()
75 formatters_sub.wait()
/developtools/profiler/device/services/profiler_service/src/
H A Dprofiler_data_repeater.cpp62 slotCondVar_.wait(lock); in PutPluginData()
79 itemCondVar_.wait(lock); in TakePluginData()
97 itemCondVar_.wait(lock); in TakePluginData()
/developtools/profiler/device/plugins/ffrt_profiler/test/unittest/
H A Dffrt_profiler_test_exec.cpp47 ffrt::wait(); in main()
58 ffrt::wait(); in main()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dstack_data_repeater.cpp87 slotCondVar_.wait(lock); in PutRawStackArray()
111 slotCondVar_.wait(lock); in PutRawStack()
157 itemCondVar_.wait(lock); in TakeRawData()
/developtools/hiperf/test/fuzztest/commandline_fuzzer/
H A DCommandLine_fuzzer.h24 #include <sys/wait.h>
/developtools/hiperf/test/fuzztest/libreport_fuzzer/
H A DLibReport_fuzzer.h24 #include <sys/wait.h>
/developtools/hiperf/test/fuzztest/perffile_fuzzer/
H A DPerfFile_fuzzer.h24 #include <sys/wait.h>
/developtools/hdc/test/fuzztest/forwardreadstream_fuzzer/
H A DForwardReadStream_fuzzer.h25 #include <sys/wait.h>
/developtools/hdc/test/fuzztest/jdwpreadstream_fuzzer/
H A DJdwpReadStream_fuzzer.h25 #include <sys/wait.h>
/developtools/hiperf/test/fuzztest/clientapi_fuzzer/
H A DClientApi_fuzzer.h24 #include <sys/wait.h>
/developtools/hapsigner/hapsigntool_cpp/codesigning/fsverity/include/
H A Dthread_pool.h43 m_condition.wait(lock, [this] { return m_stop || !m_tasks.empty(); }); in ThreadPool()
69 m_conditionMax.wait(lock);
/developtools/profiler/device/plugins/hidump_plugin/include/
H A Dhidump_plugin.h30 #include <sys/wait.h>
/developtools/global_resource_tool/src/
H A Dthread_pool.cpp75 this->condition_.wait(lock, [this] { return !this->running_ || !this->tasks_.empty(); }); in WorkInThread()
/developtools/profiler/device/base/src/
H A Dstd_semaphore.cpp25 condVar_.wait(lock); in Wait()
/developtools/integration_verification/tools/deps_guard/elf_file_mgr/hdi/
H A Dhdi_parser.py31 subprocess.Popen([hdi_tool, "-d", hcs_file, "-o", out_file]).wait()
/developtools/hdc/hdc_rust/src/cffi/
H A Dmount.cpp22 #include <sys/wait.h>
/developtools/hdc/hdc_rust/src/daemon_lib/
H A Dshell.rs263 crate::error!("interactive shell wait failed: {e:?}");
274 match child_lock.wait().await {
292 match child_lock.wait().await {
439 match child.wait().await {
726 let _ = child.wait().await;
/developtools/hdc/sudo/src/
H A Dmain.cpp21 #include <sys/wait.h>
247 g_condVarForAuth.wait(lock, [] { return g_authFinish; }); in WaitForAuth()
/developtools/profiler/host/smartperf/client/client_command/
H A Dstartup_delay.cpp23 #include <sys/wait.h>
27 #include <sys/wait.h>
223 LOGE("startup_delay::Failed to wait for child process: %s", strerror(errno)); in ExecuteCommand()
/developtools/profiler/device/plugins/bytrace_plugin/src/
H A Dbytrace_module.cpp21 #include <sys/wait.h>
/developtools/profiler/device/plugins/hiebpf_plugin/src/
H A Dhiebpf_module.cpp20 #include <sys/wait.h>
/developtools/hiperf/src/
H A Dtracked_command.cpp19 #include <sys/wait.h>
/developtools/profiler/device/plugins/xpower_plugin/src/
H A Dpower_message_queue.cpp90 fullCon_.wait(mlock); in PushBack()
/developtools/profiler/device/services/shared_memory/test/unittest/
H A Dshared_memory_allocator_test.cpp19 #include <sys/wait.h>
/developtools/profiler/device/base/test/unittest/
H A Depoll_event_poller_test.cpp23 #include <sys/wait.h>

Completed in 11 milliseconds

123