Home
last modified time | relevance | path

Searched refs:g_cond (Results 1 - 2 of 2) sorted by relevance

/base/security/dlp_permission_service/interfaces/inner_api/dlp_fuse/src/
H A Ddlp_fuse_fd.c29 static pthread_cond_t g_cond = PTHREAD_COND_INITIALIZER; variable
37 pthread_cond_timedwait(&g_cond, &g_mutex, &ts); in GetDlpFuseFd()
53 pthread_cond_signal(&g_cond); in SetDlpFuseFd()
/base/powermgr/powermgr_lite/services/src/power/
H A Dauto_suspend.c26 static pthread_cond_t g_cond = PTHREAD_COND_INITIALIZER; variable
41 pthread_cond_wait(&g_cond, &g_mutex); in WaitingSuspendCondition()
92 pthread_cond_signal(&g_cond); in DecSuspendBlockCounter()

Completed in 1 milliseconds