Home
last modified time | relevance | path

Searched refs:mtx_ (Results 1 - 20 of 20) sorted by relevance

/developtools/profiler/hiebpf/include/
H A Dringbuffer.h44 std::lock_guard<std::mutex> lk {mtx_}; in operator bool()
49 std::lock_guard<std::mutex> lk {mtx_}; in GetFreeSize()
54 std::lock_guard<std::mutex> lk {mtx_}; in GetDataSize()
59 std::lock_guard<std::mutex> lk {mtx_}; in GetCapacity()
73 std::lock_guard<std::mutex> lk {mtx_}; in Peek()
138 std::mutex mtx_; member in RingBuffer
H A Dhiebpf_data_file.h138 std::mutex mtx_ {};
H A Dbpf_event_receiver.h329 std::mutex mtx_ {};
/developtools/profiler/hiebpf/src/
H A Dringbuffer.cpp81 std::lock_guard<std::mutex> lk {mtx_}; in Read()
122 std::lock_guard<std::mutex> lk {mtx_}; in Write()
165 std::lock_guard<std::mutex> lk {mtx_}; in Get()
203 std::lock_guard<std::mutex> lk {mtx_}; in Put()
245 std::lock_guard<std::mutex> lk {mtx_}; in Put()
H A Dhiebpf_data_file.cpp37 std::lock_guard<std::mutex> lk {mtx_}; in Reserve()
H A Dbpf_event_receiver.cpp32 std::unique_lock lk {mtx_}; in DoWork()
/developtools/profiler/device/base/src/
H A Dschedule_task_manager.cpp55 std::lock_guard<std::mutex> guard(mtx_); in Shutdown()
103 std::lock_guard<std::mutex> guard(mtx_); in ScheduleTask()
113 std::lock_guard<std::mutex> guard(mtx_); in UnscheduleTask()
/developtools/profiler/device/plugins/native_daemon/include/
H A Dhook_service.h39 std::mutex mtx_; member in OHOS::Developtools::NativeDaemon::HookService
H A Dstack_preprocess.h225 std::mutex mtx_; member in StackPreprocess
/developtools/profiler/device/base/include/
H A Dschedule_task_manager.h70 std::mutex mtx_; member in ScheduleTaskManager
/developtools/profiler/device/plugins/api/src/
H A Dplugin_watcher.h42 std::mutex mtx_; member in PluginWatcher
H A Dplugin_watcher.cpp98 std::lock_guard<std::mutex> guard(mtx_); in WatchPlugins()
115 std::unique_lock<std::mutex> guard(mtx_, std::adopt_lock); in MonitorIsSet()
/developtools/profiler/device/plugins/ffrt_profiler/service/include/
H A Dffrt_profiler_socket_service.h41 std::mutex mtx_; member in OHOS::Developtools::Profiler::FfrtProfilerSocketService
/developtools/profiler/device/plugins/network_profiler/service/include/
H A Dnetwork_profiler_socket_service.h41 std::mutex mtx_; member in OHOS::Developtools::Profiler::NetworkProfilerSocketService
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/src/
H A Dnative_memory_profiler_sa_service.cpp131 std::lock_guard<std::mutex> guard(mtx_); in StopHook()
178 std::lock_guard<std::mutex> guard(mtx_); in StartHook()
303 std::lock_guard<std::mutex> guard(mtx_); in FillTaskConfigContext()
345 std::lock_guard<std::mutex> guard(mtx_); in ProtocolProc()
/developtools/profiler/device/plugins/native_daemon/src/
H A Dhook_service.cpp86 std::lock_guard<std::mutex> lock(mtx_); in ProtocolProc()
H A Dstack_preprocess.cpp242 std::lock_guard<std::mutex> guard(mtx_); in HandleNoStackEvent()
308 std::lock_guard<std::mutex> guard(mtx_); in TakeResultsFromShmem()
320 std::lock_guard<std::mutex> guard(mtx_); in TakeResultsFromShmem()
417 std::lock_guard<std::mutex> guard(mtx_); in TakeResults()
464 std::lock_guard<std::mutex> guard(mtx_); in TakeResults()
531 std::lock_guard<std::mutex> guard(mtx_); in ReportThreadNameMap()
672 std::lock_guard<std::mutex> guard(mtx_); in GetCallStackId()
796 std::lock_guard<std::mutex> guard(mtx_); in SetAllocStatisticsFrame()
818 std::lock_guard<std::mutex> guard(mtx_); in SetAllocStatisticsFrame()
1167 std::lock_guard<std::mutex> guard(mtx_); in SetMapsInfo()
[all...]
/developtools/profiler/device/plugins/ffrt_profiler/service/src/
H A Dffrt_profiler_socket_service.cpp67 std::lock_guard<std::mutex> lock(mtx_); in ProtocolProc()
/developtools/profiler/device/plugins/network_profiler/service/src/
H A Dnetwork_profiler_socket_service.cpp67 std::lock_guard<std::mutex> lock(mtx_); in ProtocolProc()
/developtools/profiler/device/plugins/native_daemon/native_memory_profiler_sa/include/
H A Dnative_memory_profiler_sa_service.h68 std::mutex mtx_; member in OHOS::Developtools::NativeDaemon::NativeMemoryProfilerSaService

Completed in 9 milliseconds