Searched defs:msg_num (Results 1 – 7 of 7) sorted by relevance
/AliOS-Things-master/kernel/rhino/ |
A D | k_queue.c | 15 size_t msg_num, uint8_t mm_alloc_flag) in queue_create() 61 size_t msg_num) in krhino_queue_create() 109 size_t msg_num) in krhino_queue_dyn_create()
|
A D | k_buf_queue.c | 66 void *buf, size_t msg_size, size_t msg_num) in krhino_fix_buf_queue_create() 161 size_t msg_size, size_t msg_num) in krhino_fix_buf_queue_dyn_create()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/ |
A D | os_msg.h | 103 #define os_msg_queue_create(pp_handle, msg_num, msg_size) \ argument
|
/AliOS-Things-master/components/linkkit/dev_model/ |
A D | dm_log_report.c | 98 static unsigned int msg_num = 0; variable
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/ |
A D | osif_customer.c | 58 bool os_msg_queue_create_intern(void **pp_handle, uint32_t msg_num, uint32_t msg_size, in os_msg_queue_create_intern()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v10.0.1_IAR/ |
A D | osif_freertos.c | 536 bool osif_msg_queue_create(void **pp_handle, uint32_t msg_num, uint32_t msg_size) in osif_msg_queue_create()
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v8.1.2/ |
A D | osif_freertos.c | 538 bool osif_msg_queue_create(void **pp_handle, uint32_t msg_num, uint32_t msg_size) in osif_msg_queue_create()
|
Completed in 20 milliseconds