| /ThreadX-v6.3.0/ports/xtensa/xcc/src/ |
| D | tx_xtensa_stack_error_handler.c | 113 write(1, thread->tx_thread_name, strlen(thread->tx_thread_name)); in _tx_xtensa_stack_error_handler()
|
| /ThreadX-v6.3.0/common/src/ |
| D | tx_thread_info_get.c | 107 *name = thread_ptr -> tx_thread_name; in _tx_thread_info_get()
|
| D | tx_thread_create.c | 172 thread_ptr -> tx_thread_name = name_ptr; in _tx_thread_create()
|
| D | tx_trace_enable.c | 243 … _tx_trace_object_register(TX_TRACE_OBJECT_TYPE_THREAD, thread_ptr, thread_ptr -> tx_thread_name, in _tx_trace_enable()
|
| /ThreadX-v6.3.0/common_smp/src/ |
| D | tx_thread_info_get.c | 107 *name = thread_ptr -> tx_thread_name; in _tx_thread_info_get()
|
| D | tx_thread_create.c | 165 thread_ptr -> tx_thread_name = name_ptr; in _tx_thread_create()
|
| D | tx_trace_enable.c | 243 … _tx_trace_object_register(TX_TRACE_OBJECT_TYPE_THREAD, thread_ptr, thread_ptr -> tx_thread_name, in _tx_trace_enable()
|
| /ThreadX-v6.3.0/ports/cortex_m3/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_r4/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_m4/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_m7/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_a8/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_a9/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_r5/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_r7/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports_smp/mips32_interaptiv_smp/green/src/ |
| D | tx_el.c | 292 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 383 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports_arch/ARMv7-M/threadx/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports_smp/cortex_a5x_smp/green/src/ |
| D | tx_el.c | 292 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 383 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_a5/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/ports/cortex_a7/ghs/src/ |
| D | tx_el.c | 291 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_register() 382 read_ptr = (UCHAR *) thread_ptr -> tx_thread_name; in _tx_el_thread_unregister()
|
| /ThreadX-v6.3.0/common_modules/module_manager/src/ |
| D | txm_module_manager_object_pointer_get_extended.c | 155 …_module_manager_object_name_compare(search_name, search_name_length, thread_ptr -> tx_thread_name)) in _txm_module_manager_object_pointer_get_extended()
|
| D | txm_module_manager_thread_create.c | 365 thread_ptr -> tx_thread_name = name_ptr; in _txm_module_manager_thread_create()
|
| /ThreadX-v6.3.0/common_smp/inc/ |
| D | tx_api.h | 508 CHAR *tx_thread_name; /* Pointer to thread's name */ member
|
| /ThreadX-v6.3.0/common/inc/ |
| D | tx_api.h | 492 CHAR *tx_thread_name; /* Pointer to thread's name */ member
|