Home
last modified time | relevance | path

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

/Kernel-v11.0.1/portable/MemMang/
Dheap_3.c68 ( void ) xTaskResumeAll(); in pvPortMalloc()
92 ( void ) xTaskResumeAll(); in vPortFree()
Dheap_4.c328 ( void ) xTaskResumeAll(); in pvPortMalloc()
392 ( void ) xTaskResumeAll(); in vPortFree()
595 ( void ) xTaskResumeAll(); in vPortGetHeapStats()
Dheap_2.c272 ( void ) xTaskResumeAll(); in pvPortMalloc()
325 ( void ) xTaskResumeAll(); in vPortFree()
Dheap_1.c115 ( void ) xTaskResumeAll(); in pvPortMalloc()
Dheap_5.c356 ( void ) xTaskResumeAll(); in pvPortMalloc()
420 ( void ) xTaskResumeAll(); in vPortFree()
694 ( void ) xTaskResumeAll(); in vPortGetHeapStats()
/Kernel-v11.0.1/portable/WizC/PIC18/
Dport.c295 xTaskResumeAll(); in pvPortMalloc()
314 xTaskResumeAll(); in vPortFree()
/Kernel-v11.0.1/
Devent_groups.c242 xAlreadyYielded = xTaskResumeAll(); in xEventGroupSync()
398 xAlreadyYielded = xTaskResumeAll(); in xEventGroupWaitBits()
630 ( void ) xTaskResumeAll(); in xEventGroupSetBits()
661 ( void ) xTaskResumeAll(); in vEventGroupDelete()
Dqueue.c1130 if( xTaskResumeAll() == pdFALSE ) in xQueueGenericSend()
1139 ( void ) xTaskResumeAll(); in xQueueGenericSend()
1146 ( void ) xTaskResumeAll(); in xQueueGenericSend()
1606 if( xTaskResumeAll() == pdFALSE ) in xQueueReceive()
1620 ( void ) xTaskResumeAll(); in xQueueReceive()
1628 ( void ) xTaskResumeAll(); in xQueueReceive()
1796 if( xTaskResumeAll() == pdFALSE ) in xQueueSemaphoreTake()
1810 ( void ) xTaskResumeAll(); in xQueueSemaphoreTake()
1817 ( void ) xTaskResumeAll(); in xQueueSemaphoreTake()
1989 if( xTaskResumeAll() == pdFALSE ) in xQueuePeek()
[all …]
Dtimers.c802 ( void ) xTaskResumeAll(); in prvProcessTimerOrBlockTask()
822 if( xTaskResumeAll() == pdFALSE ) in prvProcessTimerOrBlockTask()
838 ( void ) xTaskResumeAll(); in prvProcessTimerOrBlockTask()
Dtasks.c2417 xAlreadyYielded = xTaskResumeAll(); in xTaskDelayUntil()
2464 xAlreadyYielded = xTaskResumeAll(); in vTaskDelay()
3924 BaseType_t xTaskResumeAll( void ) in xTaskResumeAll() function
4361 ( void ) xTaskResumeAll(); in xTaskGetHandle()
4494 ( void ) xTaskResumeAll(); in uxTaskGetSystemState()
4608 xYieldOccurred = xTaskResumeAll(); in xTaskCatchUpTicks()
4702 ( void ) xTaskResumeAll(); in xTaskAbortDelay()
5895 ( void ) xTaskResumeAll(); in portTASK_FUNCTION()
6253 ( void ) xTaskResumeAll(); in vTaskGetInfo()
7711 xAlreadyYielded = xTaskResumeAll(); in ulTaskGenericNotifyTake()
[all …]
Dstream_buffer.c72 ( void ) xTaskResumeAll(); \
150 ( void ) xTaskResumeAll()
DHistory.txt159 - xTaskResumeAll
/Kernel-v11.0.1/portable/GCC/AVR32_UC3/
Dport.c198 xTaskResumeAll(); in __malloc_unlock()
212 xTaskResumeAll(); in pvPortRealloc()
/Kernel-v11.0.1/portable/IAR/AVR32_UC3/
Dport.c179 xTaskResumeAll(); in pvPortRealloc()
/Kernel-v11.0.1/portable/Common/
Dmpu_wrappers.c421 xReturn = xTaskResumeAll(); in MPU_xTaskResumeAll()
429 xReturn = xTaskResumeAll(); in MPU_xTaskResumeAll()
Dmpu_wrappers_v2.c272 xTaskResumeAll(); in MPU_GetFreeIndexInKernelObjectPool()
/Kernel-v11.0.1/include/
Dtask.h1682 BaseType_t xTaskResumeAll( void ) PRIVILEGED_FUNCTION;