Searched refs:pcName (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.3.0/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | FreeRTOS.h | 97 #define vQueueAddToRegistry(xQueue, pcName) argument 341 const char *const pcName, 349 const char * const pcName,
|
| D | tx_freertos.c | 321 const char *const pcName, in xTaskCreateStatic() argument 364 …ret = tx_thread_create(&pxTaskBuffer->thread, (CHAR *)pcName, txfr_thread_wrapper, (ULONG)pvParame… in xTaskCreateStatic() 388 const char * const pcName, in xTaskCreate() argument 446 … ret = tx_thread_create(&p_task->thread, (CHAR *)pcName, txfr_thread_wrapper, (ULONG)pvParameters, in xTaskCreate()
|