Searched refs:BaseType_t (Results 1 – 11 of 11) sorted by relevance
84 typedef rt_base_t BaseType_t; typedef124 BaseType_t xPortInIsrContext(void);137 BaseType_t xPortInterruptedFromISRContext(void);243 FORCE_INLINE_ATTR BaseType_t xPortGetCoreID(void) in xPortGetCoreID()245 return (BaseType_t) esp_cpu_get_core_id(); in xPortGetCoreID()270 BaseType_t ret = pdPASS; \340 BaseType_t rt_err_to_freertos(rt_err_t rt_err);
199 BaseType_t vTaskGetSnapshot( TaskHandle_t pxTask, TaskSnapshot_t *pxTaskSnapshot ) in vTaskGetSnapshot()285 BaseType_t xTaskCreatePinnedToCore( TaskFunction_t pxTaskCode, in xTaskCreatePinnedToCore()291 const BaseType_t xCoreID) in xTaskCreatePinnedToCore()293 BaseType_t ret; in xTaskCreatePinnedToCore()321 const BaseType_t xCoreID) in xTaskCreateStaticPinnedToCore()344 TaskHandle_t xTaskGetCurrentTaskHandleForCPU( BaseType_t xCoreID ) in xTaskGetCurrentTaskHandleForCPU()354 TaskHandle_t xTaskGetIdleTaskHandleForCPU( BaseType_t xCoreID ) in xTaskGetIdleTaskHandleForCPU()360 BaseType_t xTaskGetAffinity( TaskHandle_t xTask ) in xTaskGetAffinity()371 BaseType_t ret; in xTaskGetAffinity()384 void vTaskSetThreadLocalStoragePointerAndDelCallback( TaskHandle_t xTaskToSet, BaseType_t xIndex, v… in vTaskSetThreadLocalStoragePointerAndDelCallback()
59 BaseType_t vTaskGetSnapshot( TaskHandle_t pxTask, TaskSnapshot_t *pxTaskSnapshot );
71 BaseType_t xPortInIsrContext(void) in xPortInIsrContext()73 return (BaseType_t)rt_interrupt_get_nest(); in xPortInIsrContext()76 BaseType_t IRAM_ATTR xPortInterruptedFromISRContext(void) in xPortInterruptedFromISRContext()79 return (BaseType_t)rt_interrupt_get_nest(); in xPortInterruptedFromISRContext()
141 BaseType_t ret; in OS_TimerDelete()167 BaseType_t ret; in OS_TimerStart()168 BaseType_t taskWoken; in OS_TimerStart()209 BaseType_t ret; in OS_TimerChangePeriod()210 BaseType_t taskWoken; in OS_TimerChangePeriod()240 BaseType_t ret; in OS_TimerStop()241 BaseType_t taskWoken; in OS_TimerStop()
98 BaseType_t ret; in OS_QueueSend()99 BaseType_t taskWoken; in OS_QueueSend()136 BaseType_t ret; in OS_QueueReceive()137 BaseType_t taskWoken; in OS_QueueReceive()
86 BaseType_t ret; in OS_MutexLock()108 BaseType_t ret; in OS_MutexUnlock()156 BaseType_t ret; in OS_RecursiveMutexLock()179 BaseType_t ret; in OS_RecursiveMutexUnlock()
109 BaseType_t ret; in OS_SemaphoreWait()110 BaseType_t taskWoken; in OS_SemaphoreWait()144 BaseType_t ret; in OS_SemaphoreRelease()145 BaseType_t taskWoken; in OS_SemaphoreRelease()
62 BaseType_t ret; in OS_ThreadCreate()
532 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in sunxi_lpsd_irq_handle()614 BaseType_t xHigherPriorityTaskWoken = pdFALSE; in sunxi_mad_irq_handle()1004 BaseType_t xStatus; in sunxi_mad_irq_task()1029 BaseType_t ret; in sunxi_mad_schd_timeout()1046 BaseType_t ret; in sunxi_mad_schd_wakeup()1047 BaseType_t taskwoken = pdTRUE; in sunxi_mad_schd_wakeup()
95 static BaseType_t xHigherPriorityTaskWoken; in fc_soc_event_handler1()
Completed in 17 milliseconds