Home
last modified time | relevance | path

Searched defs:TX_THREAD_STRUCT (Results 1 – 2 of 2) sorted by relevance

/ThreadX-v6.3.0/common/inc/
Dtx_api.h465 typedef struct TX_THREAD_STRUCT struct
482 struct TX_THREAD_STRUCT argument
502 VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id); argument
521 …VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspen… argument
523 struct TX_THREAD_STRUCT argument
537 struct TX_THREAD_STRUCT argument
538 *tx_thread_created_next,
539 *tx_thread_created_previous;
547 VOID *tx_thread_filex_ptr;
553 UINT tx_thread_user_priority;
[all …]
/ThreadX-v6.3.0/common_smp/inc/
Dtx_api.h481 typedef struct TX_THREAD_STRUCT struct
498 struct TX_THREAD_STRUCT argument
518 VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id); argument
537 …VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspen… argument
539 struct TX_THREAD_STRUCT argument
553 struct TX_THREAD_STRUCT argument
554 *tx_thread_created_next,
555 *tx_thread_created_previous;
559 UINT tx_thread_smp_core_mapped;
560 ULONG tx_thread_smp_core_control;
[all …]