Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
DFreeRTOS.h344 StackType_t *const puxStackBuffer,
Dtx_freertos.c328 StackType_t *const puxStackBuffer, in xTaskCreateStatic() argument
339 configASSERT(puxStackBuffer != NULL); in xTaskCreateStatic()
368 puxStackBuffer, stack_depth_bytes, prio, prio, 0u, TX_DONT_START); in xTaskCreateStatic()