Searched refs:pcName (Results 1 – 2 of 2) sorted by relevance
| /ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/ |
| D | FreeRTOS.h | 96 #define vQueueAddToRegistry(xQueue, pcName) argument 340 const char *const pcName, 348 const char * const pcName,
|
| D | tx_freertos.c | 324 const char *const pcName, in xTaskCreateStatic() argument 367 …ret = tx_thread_create(&pxTaskBuffer->thread, (CHAR *)pcName, txfr_thread_wrapper, (ULONG)pvParame… in xTaskCreateStatic() 391 const char * const pcName, in xTaskCreate() argument 449 … ret = tx_thread_create(&p_task->thread, (CHAR *)pcName, txfr_thread_wrapper, (ULONG)pvParameters, in xTaskCreate()
|