|
| wiced_result_t | wiced_rtos_create_worker_thread (wiced_worker_thread_t *worker_thread, uint8_t priority, uint32_t stack_size, uint32_t event_queue_size) |
| |
| wiced_result_t | wiced_rtos_deinit_semaphore (wiced_semaphore_t *semaphore) |
| |
| wiced_result_t | wiced_rtos_delay_microseconds (uint32_t microseconds) |
| |
| wiced_result_t | wiced_rtos_delay_milliseconds (uint32_t milliseconds) |
| |
| wiced_result_t | wiced_rtos_delete_worker_thread (wiced_worker_thread_t *worker_thread) |
| |
| wiced_result_t | wiced_rtos_deregister_timed_event (wiced_timed_event_t *event_object) |
| |
| wiced_result_t | wiced_rtos_get_semaphore (wiced_semaphore_t *semaphore, uint32_t timeout_ms) |
| |
| wiced_result_t | wiced_rtos_init_semaphore (wiced_semaphore_t *semaphore) |
| |
| wiced_result_t | wiced_rtos_pop_from_queue (wiced_queue_t *queue, void *message, uint32_t timeout_ms) |
| |
| wiced_result_t | wiced_rtos_push_to_queue (wiced_queue_t *queue, void *message, uint32_t timeout_ms) |
| |
| wiced_result_t | wiced_rtos_register_timed_event (wiced_timed_event_t *event_object, wiced_worker_thread_t *worker_thread, event_handler_t function, uint32_t time_ms, void *arg) |
| |
| wiced_result_t | wiced_rtos_send_asynchronous_event (wiced_worker_thread_t *worker_thread, event_handler_t function, void *arg) |
| |
| wiced_result_t | wiced_rtos_set_semaphore (wiced_semaphore_t *semaphore) |
| |
| wiced_result_t | wiced_rtos_thread_join (wiced_thread_t *thread) |
| |