Home
last modified time | relevance | path

Searched refs:puxStackBuffer (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h345 StackType_t *const puxStackBuffer,
Dtx_freertos.c325 StackType_t *const puxStackBuffer, in xTaskCreateStatic() argument
336 configASSERT(puxStackBuffer != NULL); in xTaskCreateStatic()
365 puxStackBuffer, stack_depth_bytes, prio, prio, 0u, TX_DONT_START); in xTaskCreateStatic()