Home
last modified time | relevance | path

Searched refs:GetSemaphore (Results 1 – 2 of 2) sorted by relevance

/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h110 SemaphorePtr GetSemaphore(uint32_t) const;
/developtools/profiler/device/services/plugin_service/src/
Dplugin_service.cpp75 SemaphorePtr PluginService::GetSemaphore(uint32_t id) const in GetSemaphore() function in PluginService
474 auto sem = GetSemaphore(request.command_id()); in AppendResult()