Home
last modified time | relevance | path

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

/Kernel-v11.1.0/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.c274 ( void ) xTaskResumeAll(); in pvPortMalloc()
327 ( 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.1.0/portable/WizC/PIC18/
Dport.c295 xTaskResumeAll(); in pvPortMalloc()
314 xTaskResumeAll(); in vPortFree()
/Kernel-v11.1.0/
Devent_groups.c248 xAlreadyYielded = xTaskResumeAll(); in xEventGroupSync()
404 xAlreadyYielded = xTaskResumeAll(); in xEventGroupWaitBits()
639 ( void ) xTaskResumeAll(); in xEventGroupSetBits()
670 ( void ) xTaskResumeAll(); in vEventGroupDelete()
Dqueue.c1130 if( xTaskResumeAll() == pdFALSE ) in xQueueGenericSend()
1139 ( void ) xTaskResumeAll(); in xQueueGenericSend()
1146 ( void ) xTaskResumeAll(); in xQueueGenericSend()
1612 if( xTaskResumeAll() == pdFALSE ) in xQueueReceive()
1626 ( void ) xTaskResumeAll(); in xQueueReceive()
1634 ( void ) xTaskResumeAll(); in xQueueReceive()
1802 if( xTaskResumeAll() == pdFALSE ) in xQueueSemaphoreTake()
1816 ( void ) xTaskResumeAll(); in xQueueSemaphoreTake()
1823 ( void ) xTaskResumeAll(); in xQueueSemaphoreTake()
1995 if( xTaskResumeAll() == pdFALSE ) in xQueuePeek()
[all …]
Dtimers.c802 ( void ) xTaskResumeAll(); in prvProcessTimerOrBlockTask()
822 if( xTaskResumeAll() == pdFALSE ) in prvProcessTimerOrBlockTask()
838 ( void ) xTaskResumeAll(); in prvProcessTimerOrBlockTask()
Dtasks.c2412 xAlreadyYielded = xTaskResumeAll(); in xTaskDelayUntil()
2459 xAlreadyYielded = xTaskResumeAll(); in vTaskDelay()
3956 BaseType_t xTaskResumeAll( void ) in xTaskResumeAll() function
4319 ( void ) xTaskResumeAll(); in xTaskGetHandle()
4452 ( void ) xTaskResumeAll(); in uxTaskGetSystemState()
4566 xYieldOccurred = xTaskResumeAll(); in xTaskCatchUpTicks()
4660 ( void ) xTaskResumeAll(); in xTaskAbortDelay()
5856 ( void ) xTaskResumeAll(); in portTASK_FUNCTION()
6218 ( void ) xTaskResumeAll(); in vTaskGetInfo()
7670 xAlreadyYielded = xTaskResumeAll(); in ulTaskGenericNotifyTake()
[all …]
Dstream_buffer.c79 ( void ) xTaskResumeAll(); \
159 ( void ) xTaskResumeAll()
DHistory.txt236 - xTaskResumeAll
/Kernel-v11.1.0/portable/GCC/AVR32_UC3/
Dport.c198 xTaskResumeAll(); in __malloc_unlock()
212 xTaskResumeAll(); in pvPortRealloc()
/Kernel-v11.1.0/portable/IAR/AVR32_UC3/
Dport.c179 xTaskResumeAll(); in pvPortRealloc()
/Kernel-v11.1.0/portable/Common/
Dmpu_wrappers.c421 xReturn = xTaskResumeAll(); in MPU_xTaskResumeAll()
429 xReturn = xTaskResumeAll(); in MPU_xTaskResumeAll()
Dmpu_wrappers_v2.c277 ( void ) xTaskResumeAll(); in MPU_GetFreeIndexInKernelObjectPool()
/Kernel-v11.1.0/include/
Dtask.h1683 BaseType_t xTaskResumeAll( void ) PRIVILEGED_FUNCTION;