Home
last modified time | relevance | path

Searched refs:xTaskResumeAll (Results 1 – 17 of 17) sorted by relevance

/Kernel-v10.6.2/portable/MemMang/
HDheap_3.c68 ( void ) xTaskResumeAll(); in pvPortMalloc()
92 ( void ) xTaskResumeAll(); in vPortFree()
HDheap_4.c287 ( void ) xTaskResumeAll(); in pvPortMalloc()
345 ( void ) xTaskResumeAll(); in vPortFree()
540 ( void ) xTaskResumeAll(); in vPortGetHeapStats()
HDheap_5.c297 ( void ) xTaskResumeAll(); in pvPortMalloc()
354 ( void ) xTaskResumeAll(); in vPortFree()
597 ( void ) xTaskResumeAll(); in vPortGetHeapStats()
HDheap_2.c248 ( void ) xTaskResumeAll(); in pvPortMalloc()
301 ( void ) xTaskResumeAll(); in vPortFree()
HDheap_1.c115 ( void ) xTaskResumeAll(); in pvPortMalloc()
/Kernel-v10.6.2/portable/WizC/PIC18/
HDport.c295 xTaskResumeAll(); in pvPortMalloc()
314 xTaskResumeAll(); in vPortFree()
/Kernel-v10.6.2/
HDevent_groups.c240 xAlreadyYielded = xTaskResumeAll(); in xEventGroupSync()
392 xAlreadyYielded = xTaskResumeAll(); in xEventGroupWaitBits()
608 ( void ) xTaskResumeAll(); in xEventGroupSetBits()
635 ( void ) xTaskResumeAll(); in vEventGroupDelete()
HDqueue.c1071 if( xTaskResumeAll() == pdFALSE ) in xQueueGenericSend()
1080 ( void ) xTaskResumeAll(); in xQueueGenericSend()
1087 ( void ) xTaskResumeAll(); in xQueueGenericSend()
1532 if( xTaskResumeAll() == pdFALSE ) in xQueueReceive()
1546 ( void ) xTaskResumeAll(); in xQueueReceive()
1554 ( void ) xTaskResumeAll(); in xQueueReceive()
1715 if( xTaskResumeAll() == pdFALSE ) in xQueueSemaphoreTake()
1729 ( void ) xTaskResumeAll(); in xQueueSemaphoreTake()
1736 ( void ) xTaskResumeAll(); in xQueueSemaphoreTake()
1893 if( xTaskResumeAll() == pdFALSE ) in xQueuePeek()
[all …]
HDtimers.c646 ( void ) xTaskResumeAll(); in prvProcessTimerOrBlockTask()
666 if( xTaskResumeAll() == pdFALSE ) in prvProcessTimerOrBlockTask()
682 ( void ) xTaskResumeAll(); in prvProcessTimerOrBlockTask()
HDtasks.c1284 xAlreadyYielded = xTaskResumeAll(); in xTaskDelayUntil()
1326 xAlreadyYielded = xTaskResumeAll(); in vTaskDelay()
2188 BaseType_t xTaskResumeAll( void ) in xTaskResumeAll() function
2493 ( void ) xTaskResumeAll(); in xTaskGetHandle()
2615 ( void ) xTaskResumeAll(); in uxTaskGetSystemState()
2695 xYieldOccurred = xTaskResumeAll(); in xTaskCatchUpTicks()
2773 ( void ) xTaskResumeAll(); in xTaskAbortDelay()
3588 ( void ) xTaskResumeAll(); in portTASK_FUNCTION()
3842 ( void ) xTaskResumeAll(); in vTaskGetInfo()
HDstream_buffer.c73 ( void ) xTaskResumeAll()
150 ( void ) xTaskResumeAll()
HDHistory.txt67 - xTaskResumeAll
/Kernel-v10.6.2/portable/GCC/AVR32_UC3/
HDport.c199 xTaskResumeAll(); in __malloc_unlock()
212 xTaskResumeAll(); in pvPortRealloc()
/Kernel-v10.6.2/portable/IAR/AVR32_UC3/
HDport.c177 xTaskResumeAll(); in pvPortRealloc()
/Kernel-v10.6.2/include/
HDtask.h1431 BaseType_t xTaskResumeAll( void ) PRIVILEGED_FUNCTION;
/Kernel-v10.6.2/portable/Common/
HDmpu_wrappers.c421 xReturn = xTaskResumeAll(); in MPU_xTaskResumeAll()
429 xReturn = xTaskResumeAll(); in MPU_xTaskResumeAll()
HDmpu_wrappers_v2.c272 xTaskResumeAll(); in MPU_GetFreeIndexInKernelObjectPool()