Searched refs:osa_semaphore_handle_t (Results 1 – 6 of 6) sorted by relevance
/hal_nxp-3.5.0/mcux/mcux-sdk/components/osa/ |
D | fsl_os_abstraction.h | 45 typedef void *osa_semaphore_handle_t; typedef 584 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… 609 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue); 632 osa_status_t OSA_SemaphoreCreateBinary(osa_semaphore_handle_t semaphoreHandle); 644 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle); 662 osa_status_t OSA_SemaphoreWait(osa_semaphore_handle_t semaphoreHandle, uint32_t millisec); 676 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle);
|
D | fsl_os_abstraction_threadx.c | 346 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate() 360 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() 381 osa_status_t OSA_SemaphoreCreateBinary(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreCreateBinary() 394 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() 421 osa_status_t OSA_SemaphoreWait(osa_semaphore_handle_t semaphoreHandle, uint32_t millisec) in OSA_SemaphoreWait() 459 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost()
|
D | fsl_os_abstraction_free_rtos.c | 369 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate() 383 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() 385 assert(sizeof(osa_semaphore_handle_t) == OSA_SEM_HANDLE_SIZE); in OSA_SemaphoreCreate() 410 osa_status_t OSA_SemaphoreCreateBinary(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreCreateBinary() 412 assert(sizeof(osa_semaphore_handle_t) == OSA_SEM_HANDLE_SIZE); in OSA_SemaphoreCreateBinary() 437 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() 459 osa_status_t OSA_SemaphoreWait(osa_semaphore_handle_t semaphoreHandle, uint32_t millisec) in OSA_SemaphoreWait() 494 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost()
|
D | fsl_os_abstraction_bm.c | 543 osa_status_t OSA_SemaphorePrecreate(osa_semaphore_handle_t semaphoreHandle, osa_task_ptr_t taskHand… in OSA_SemaphorePrecreate() 558 osa_status_t OSA_SemaphoreCreate(osa_semaphore_handle_t semaphoreHandle, uint32_t initValue) in OSA_SemaphoreCreate() 587 osa_status_t OSA_SemaphoreCreateBinary(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreCreateBinary() 615 osa_status_t OSA_SemaphoreDestroy(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphoreDestroy() 638 osa_status_t OSA_SemaphoreWait(osa_semaphore_handle_t semaphoreHandle, uint32_t millisec) in OSA_SemaphoreWait() 713 osa_status_t OSA_SemaphorePost(osa_semaphore_handle_t semaphoreHandle) in OSA_SemaphorePost()
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/serial_manager/ |
D | fsl_component_serial_manager.c | 610 …if (KOSA_StatusSuccess == OSA_SemaphoreWait((osa_semaphore_handle_t)handle->serSemaphore, osaWaitF… in SerialManager_Task() 781 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore); 803 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore); 851 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore); 935 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore); 961 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore); 1073 (void)OSA_SemaphorePost((osa_semaphore_handle_t)handle->serSemaphore); 1302 if (KOSA_StatusSuccess != OSA_SemaphoreCreate((osa_semaphore_handle_t)handle->serSemaphore, 1U)) 1784 …(void)OSA_SemaphorePost((osa_semaphore_handle_t)serialWriteHandle->serialManagerHandle->serSemapho… 1850 …(void)OSA_SemaphorePost((osa_semaphore_handle_t)serialWriteHandle->serialManagerHandle->serSemapho…
|
/hal_nxp-3.5.0/mcux/mcux-sdk/components/timer_manager/ |
D | fsl_component_timer_manager.c | 272 (void)OSA_SemaphorePost((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle); in NotifyTimersTask() 490 …OSA_SemaphoreWait((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle, osaWaitForev… in TimerManagerTask() 608 …osaStatus = OSA_SemaphoreCreate((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle… in TM_Init() 637 (void)OSA_SemaphoreDestroy((osa_semaphore_handle_t)s_timermanager.halTimerTaskSemaphoreHandle); in TM_Deinit()
|