Home
last modified time | relevance | path

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 Dosif_freertos.c114 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 Dosif_freertos.c114 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 Dos_msg.h152 #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 Dos_pool.h105 #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 Dosif_customer.c82 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 Daiot_http_api.c528 int32_t aiot_http_deinit(void **p_handle) in aiot_http_deinit()
/AliOS-Things-master/components/linksdk/components/shadow/
A Daiot_shadow_api.c413 int32_t aiot_shadow_deinit(void **p_handle) in aiot_shadow_deinit()
/AliOS-Things-master/components/linksdk/components/logpost/
A Daiot_logpost_api.c427 int32_t aiot_logpost_deinit(void **p_handle) in aiot_logpost_deinit()
/AliOS-Things-master/components/linksdk/core/utils/
A Dcore_http.c610 int32_t core_http_deinit(void **p_handle) in core_http_deinit()
/AliOS-Things-master/components/linksdk/components/data-model/
A Daiot_dm_api.c812 int32_t aiot_dm_deinit(void **p_handle) in aiot_dm_deinit()
/AliOS-Things-master/components/linksdk/components/task/
A Daiot_task_api.c733 int32_t aiot_task_deinit(void **p_handle) in aiot_task_deinit()

Completed in 15 milliseconds