Home
last modified time | relevance | path

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

/hal_espressif-3.4.0/components/bt/esp_ble_mesh/mesh_common/
Dmesh_mutex.c12 static bt_mesh_mutex_t atomic_lock; variable
130 if (!atomic_lock.mutex) { in bt_mesh_atomic_mutex_new()
131 bt_mesh_mutex_create(&atomic_lock); in bt_mesh_atomic_mutex_new()
137 bt_mesh_mutex_lock(&atomic_lock); in bt_mesh_atomic_lock()
142 bt_mesh_mutex_unlock(&atomic_lock); in bt_mesh_atomic_unlock()
171 bt_mesh_mutex_free(&atomic_lock); in bt_mesh_atomic_mutex_free()