Home
last modified time | relevance | path

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

/ThreadX-v6.2.1/common/inc/
Dtx_api.h457 typedef struct TX_THREAD_STRUCT struct
474 struct TX_THREAD_STRUCT argument
494 VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id); argument
513 …VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspen… argument
515 struct TX_THREAD_STRUCT argument
529 struct TX_THREAD_STRUCT argument
530 *tx_thread_created_next,
531 *tx_thread_created_previous;
539 VOID *tx_thread_filex_ptr;
545 UINT tx_thread_user_priority;
[all …]
/ThreadX-v6.2.1/common_smp/inc/
Dtx_api.h473 typedef struct TX_THREAD_STRUCT struct
490 struct TX_THREAD_STRUCT argument
510 VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id); argument
529 …VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspen… argument
531 struct TX_THREAD_STRUCT argument
545 struct TX_THREAD_STRUCT argument
546 *tx_thread_created_next,
547 *tx_thread_created_previous;
551 UINT tx_thread_smp_core_mapped;
552 ULONG tx_thread_smp_core_control;
[all …]