Home
last modified time | relevance | path

Searched defs:ble_npl_mutex (Results 1 – 6 of 6) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/porting/npl/dummy/include/nimble/
H A Dnimble_npl_os.h48 struct ble_npl_mutex { struct
49 int dummy;
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/rtthread/include/nimble/
H A Dnimble_npl_os.h54 struct ble_npl_mutex struct
56 void *handle;
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/linux/src/
H A Dos_types.h60 struct ble_npl_mutex { struct
61 pthread_mutex_t lock;
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/riot/include/nimble/
H A Dnimble_npl_os.h57 struct ble_npl_mutex { struct
58 mutex_t mu;
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/mynewt/include/nimble/
H A Dnimble_npl_os.h53 struct ble_npl_mutex { struct
54 struct os_mutex mu;
/nrf52832-nimble/packages/NimBLE-latest/porting/npl/freertos/include/nimble/
H A Dnimble_npl_os.h60 struct ble_npl_mutex { struct
61 SemaphoreHandle_t handle;