Home
last modified time | relevance | path

Searched refs:g_mutex (Results 1 - 6 of 6) sorted by relevance

/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dsignalndk.cpp418 pthread_mutex_t g_mutex = PTHREAD_MUTEX_INITIALIZER; variable
439 pthread_mutex_lock(&g_mutex); in SigMainWait()
454 pthread_mutex_unlock(&g_mutex); in SigMainWait()
460 pthread_mutex_lock(&g_mutex); in SigMainWaitinfo()
484 pthread_mutex_unlock(&g_mutex); in SigMainWaitinfo()
/test/xts/hats/powermgr/thermal/hdi_thermal/common/
H A Dhdi_thermal_test.cpp72 std::mutex g_mutex; member
109 std::lock_guard<std::mutex> lck(g_mutex); in ReadFile()
/test/xts/acts/distributed_schedule_lite/system_ability_manager_posix/src/
H A DTaskpoolSingleTaskTest.cpp43 static pthread_mutex_t g_mutex = PTHREAD_MUTEX_INITIALIZER; variable
179 pthread_mutex_lock(&g_mutex); in Initialize()
181 pthread_mutex_unlock(&g_mutex); in Initialize()
/test/xts/hats/powermgr/power/hdi_power/common/
H A Dhdi_power_test.cpp168 std::mutex g_mutex; member
207 std::lock_guard<std::mutex> lock(g_mutex); in ReadFile()
/test/xts/hats/powermgr/thermal/hdi_thermal_additional/common/
H A DHDIThermalTest.cpp76 std::mutex g_mutex; member
/test/xts/hats/powermgr/power/hdi_power_additional/common/
H A Dhdi_power_test.cpp48 std::mutex g_mutex; member
77 std::lock_guard<std::mutex> lock(g_mutex); in ReadFile()

Completed in 9 milliseconds