/ThreadX-v6.4.1/test/tx/regression/ |
D | threadx_semaphore_information_test.c | 92 CHAR *name; in thread_0_entry() local
|
D | threadx_event_flag_information_test.c | 126 CHAR *name; in thread_0_entry() local
|
D | threadx_queue_information_test.c | 94 CHAR *name; in thread_0_entry() local
|
D | threadx_thread_information_test.c | 55 CHAR *name; in thread_0_entry() local
|
D | threadx_timer_information_test.c | 96 CHAR *name; in thread_0_entry() local
|
D | threadx_mutex_information_test.c | 126 CHAR *name; in thread_0_entry() local
|
D | threadx_block_memory_information_test.c | 219 CHAR *name; in thread_0_entry() local
|
D | threadx_byte_memory_information_test.c | 217 CHAR *name; in thread_0_entry() local
|
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_semaphore_information_test.c | 92 CHAR *name; in thread_0_entry() local
|
D | threadx_event_flag_information_test.c | 126 CHAR *name; in thread_0_entry() local
|
D | threadx_queue_information_test.c | 94 CHAR *name; in thread_0_entry() local
|
D | threadx_thread_information_test.c | 55 CHAR *name; in thread_0_entry() local
|
D | threadx_timer_information_test.c | 96 CHAR *name; in thread_0_entry() local
|
D | threadx_mutex_information_test.c | 126 CHAR *name; in thread_0_entry() local
|
D | threadx_block_memory_information_test.c | 219 CHAR *name; in thread_0_entry() local
|
D | threadx_byte_memory_information_test.c | 217 CHAR *name; in thread_0_entry() local
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/OSEK/ |
D | tx_osek.c | 370 TaskType CreateTask(const CHAR *name, void(*entry_function)(), UINT priority, UINT max_activa… in CreateTask() 567 ISRType CreateISR(const CHAR *name, void (*entry_function)(), UINT category, ULONG stack_size) in CreateISR() 1630 ResourceType CreateResource(const CHAR *name, StatusType type, ResourceType linked_res) in CreateResource() 3882 CounterType CreateCounter(const CHAR *name, TickType max_allowed_value, TickType ticks_per_base, in CreateCounter() 4528 AlarmType CreateAlarm(const CHAR *name, CounterType cntr, UINT action, ULONG events, TaskType task, in CreateAlarm()
|
D | os.h | 585 const CHAR *name; member 621 const CHAR *name; member 720 const CHAR* name; member 752 const CHAR* name; member
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/ |
D | tx_posix.h | 396 CHAR * name; member
|