Home
last modified time | relevance | path

Searched refs:osa_task_ptr_t (Results 1 – 6 of 6) sorted by relevance

/hal_nxp-latest/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h46 typedef void (*osa_task_ptr_t)(osa_task_param_t task_param); typedef
70 osa_task_ptr_t pthread; /*!< start address of thread function*/
713 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand…
900 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler);
Dfsl_os_abstraction_zephyr.c703 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate()
767 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate()
974 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate()
Dfsl_os_abstraction_bm.c62 osa_task_ptr_t p_func; /*!< Task's entry */
638 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate()
975 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate()
Dfsl_os_abstraction_threadx.c467 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate()
698 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate()
Dfsl_os_abstraction_free_rtos.c493 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate()
787 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate()
/hal_nxp-latest/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c611 (osa_task_ptr_t)TimerManagerTask); in TM_Init()