Home
last modified time | relevance | path

Searched refs:sem (Results 1 - 5 of 5) sorted by relevance

/developtools/hdc/hdcd_user_permit/src/
H A Dconnection.cpp65 sem_post(&sem); in OnAbilityConnectDone()
73 sem_wait(&sem); in GetShowDialogResult()
74 sem_destroy(&sem); in GetShowDialogResult()
H A Dconnection.h34 sem_init(&sem, 0, 0); in HdcdConnection()
45 sem_t sem; member in OHOS::HDC::AUTH::HdcdConnection
/developtools/profiler/device/plugins/ftrace_plugin/test/app/
H A Dbusy_workers.cpp107 for (auto& sem : workerSems_) { in StopWorkers()
108 sem->Up(); in StopWorkers()
130 auto sem = workerSems_[id]; in Work() local
131 if (!sem) { in Work()
136 sem->Down(); in Work()
/developtools/profiler/device/services/plugin_service/src/
H A Dplugin_service.cpp232 auto sem = GetSemaphoreFactory().Create(0); in StopPluginSession() local
233 CHECK_NOTNULL(sem, false, "create Semaphore for stop %s FAILED!", pluginName.c_str()); in StopPluginSession()
235 waitSemphores_[cmd->command_id()] = sem; in StopPluginSession()
238 if (!sem->TimedWait(30)) { in StopPluginSession()
538 auto sem = GetSemaphore(request.command_id()); in AppendResult() local
539 if (sem) { in AppendResult()
540 sem->Post(); in AppendResult()
/developtools/profiler/hiebpf/include/
H A Dvmlinux.h2581 struct rw_semaphore sem; member
27808 struct rw_semaphore sem; member
51452 struct rw_semaphore sem; global() member
51879 struct sem { global() struct
[all...]

Completed in 476 milliseconds