Searched defs:ble_npl_mutex (Results 1 – 6 of 6) sorted by relevance
48 struct ble_npl_mutex { struct49 int dummy;
54 struct ble_npl_mutex struct56 void *handle;
60 struct ble_npl_mutex { struct61 pthread_mutex_t lock;
57 struct ble_npl_mutex { struct58 mutex_t mu;
53 struct ble_npl_mutex { struct54 struct os_mutex mu;
60 struct ble_npl_mutex { struct61 SemaphoreHandle_t handle;