Searched defs:p_handle (Results 1 – 11 of 11) sorted by relevance
/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 | 114 bool osif_task_delete(void *p_handle) in osif_task_delete() 124 bool osif_task_suspend(void *p_handle) in osif_task_suspend() 133 bool osif_task_resume(void *p_handle) in osif_task_resume() 295 bool osif_task_signal_clear(void *p_handle) in osif_task_signal_clear() 371 bool osif_sem_delete(void *p_handle) in osif_sem_delete() 381 bool osif_sem_take(void *p_handle, uint32_t wait_ms) in osif_sem_take() 422 bool osif_sem_give(void *p_handle) in osif_sem_give() 473 bool osif_mutex_delete(void *p_handle) in osif_mutex_delete() 490 bool osif_mutex_take(void *p_handle, uint32_t wait_ms) in osif_mutex_take() 518 bool osif_mutex_give(void *p_handle) in osif_mutex_give() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/freertos_v8.1.2/ |
A D | osif_freertos.c | 114 bool osif_task_delete(void *p_handle) in osif_task_delete() 124 bool osif_task_suspend(void *p_handle) in osif_task_suspend() 133 bool osif_task_resume(void *p_handle) in osif_task_resume() 294 bool osif_task_signal_clear(void *p_handle) in osif_task_signal_clear() 373 bool osif_sem_delete(void *p_handle) in osif_sem_delete() 383 bool osif_sem_take(void *p_handle, uint32_t wait_ms) in osif_sem_take() 424 bool osif_sem_give(void *p_handle) in osif_sem_give() 475 bool osif_mutex_delete(void *p_handle) in osif_mutex_delete() 492 bool osif_mutex_take(void *p_handle, uint32_t wait_ms) in osif_mutex_take() 520 bool osif_mutex_give(void *p_handle) in osif_mutex_give() [all …]
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/inc/os/ |
A D | os_msg.h | 152 #define os_msg_queue_delete(p_handle) \ argument 203 #define os_msg_queue_peek(p_handle, p_msg_num) \ argument 264 #define os_msg_send(p_handle, p_msg, wait_ms) \ argument 344 #define os_msg_recv(p_handle, p_msg, wait_ms) \ argument 425 #define os_msg_peek(p_handle, p_msg, wait_ms) \ argument
|
A D | os_pool.h | 105 #define os_pool_create(p_handle, ram_type, buf_size, buf_count) \ argument
|
/AliOS-Things-master/hardware/chip/rtl872xd/sdk/component/common/bluetooth/realtek/sdk/board/common/os/ |
A D | osif_customer.c | 82 bool os_msg_queue_delete_intern(void *p_handle, const char *p_func, uint32_t file_line) in os_msg_queue_delete_intern() 94 bool os_msg_send_intern(void *p_handle, void *p_msg, uint32_t wait_ms, in os_msg_send_intern() 106 bool os_msg_recv_intern(void *p_handle, void *p_msg, uint32_t wait_ms, in os_msg_recv_intern() 140 bool os_task_delete(void *p_handle) in os_task_delete() 166 bool os_sem_delete(void *p_handle) in os_sem_delete() 177 bool os_sem_take(void *p_handle, uint32_t wait_ms) in os_sem_take() 189 bool os_sem_give(void *p_handle) in os_sem_give()
|
/AliOS-Things-master/components/linksdk/core/ |
A D | aiot_http_api.c | 528 int32_t aiot_http_deinit(void **p_handle) in aiot_http_deinit()
|
/AliOS-Things-master/components/linksdk/components/shadow/ |
A D | aiot_shadow_api.c | 413 int32_t aiot_shadow_deinit(void **p_handle) in aiot_shadow_deinit()
|
/AliOS-Things-master/components/linksdk/components/logpost/ |
A D | aiot_logpost_api.c | 427 int32_t aiot_logpost_deinit(void **p_handle) in aiot_logpost_deinit()
|
/AliOS-Things-master/components/linksdk/core/utils/ |
A D | core_http.c | 610 int32_t core_http_deinit(void **p_handle) in core_http_deinit()
|
/AliOS-Things-master/components/linksdk/components/data-model/ |
A D | aiot_dm_api.c | 812 int32_t aiot_dm_deinit(void **p_handle) in aiot_dm_deinit()
|
/AliOS-Things-master/components/linksdk/components/task/ |
A D | aiot_task_api.c | 733 int32_t aiot_task_deinit(void **p_handle) in aiot_task_deinit()
|
Completed in 16 milliseconds