Home
last modified time | relevance | path

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

/hal_nxp-3.6.0/mcux/mcux-sdk/components/osa/
Dfsl_os_abstraction.h43 typedef void (*osa_task_ptr_t)(osa_task_param_t task_param); typedef
63 osa_task_ptr_t pthread; /*!< start address of thread function*/
584 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand…
761 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler);
Dfsl_os_abstraction_threadx.c346 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate()
577 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate()
Dfsl_os_abstraction_bm.c58 osa_task_ptr_t p_func; /*!< Task's entry */
543 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate()
881 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate()
Dfsl_os_abstraction_free_rtos.c369 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate()
636 osa_status_t OSA_EventPrecreate(osa_event_handle_t eventHandle, osa_task_ptr_t taskHandler) in OSA_EventPrecreate()
/hal_nxp-3.6.0/mcux/mcux-sdk/components/timer_manager/
Dfsl_component_timer_manager.c604 (osa_task_ptr_t)TimerManagerTask); in TM_Init()