Home
last modified time | relevance | path

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

/drivers/peripheral/wlan/client/src/
H A Dwifi_driver_client.c37 static pthread_mutex_t g_callbackMutex; variable
42 if (pthread_mutex_init(&g_callbackMutex, NULL) != RET_CODE_SUCCESS) { in InitEventcallbackMutex()
43 HDF_LOGE("%s: init g_callbackMutex failed.", __FUNCTION__); in InitEventcallbackMutex()
55 pthread_mutex_destroy(&g_callbackMutex); in DeinitEventcallbackMutex()
65 pthread_mutex_lock(&g_callbackMutex); in WifiEventReport()
73 pthread_mutex_unlock(&g_callbackMutex); in WifiEventReport()
92 pthread_mutex_lock(&g_callbackMutex); in WifiRegisterEventCallback()
97 pthread_mutex_unlock(&g_callbackMutex); in WifiRegisterEventCallback()
101 pthread_mutex_unlock(&g_callbackMutex); in WifiRegisterEventCallback()
114 pthread_mutex_lock(&g_callbackMutex); in WifiRegisterEventCallback()
[all...]
/drivers/peripheral/secure_element/vendor_sim_adaptor/
H A Dse_vendor_adaptions.cpp38 static std::mutex g_callbackMutex {};
138 std::lock_guard<std::mutex> guard(g_callbackMutex); in VendorSimSecureElementUninit()
215 std::lock_guard<std::mutex> guard(g_callbackMutex); in init()
386 std::lock_guard<std::mutex> guard(g_callbackMutex); in OnRemoteDied()

Completed in 2 milliseconds