Home
last modified time | relevance | path

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

/ThreadX-v6.4.1/common/inc/
Dtx_api.h470 typedef struct TX_THREAD_STRUCT struct
487 struct TX_THREAD_STRUCT argument
507 VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id); argument
526 …VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspen… argument
528 struct TX_THREAD_STRUCT argument
542 struct TX_THREAD_STRUCT argument
543 *tx_thread_created_next,
544 *tx_thread_created_previous;
552 VOID *tx_thread_filex_ptr;
558 UINT tx_thread_user_priority;
[all …]
/ThreadX-v6.4.1/common_smp/inc/
Dtx_api.h486 typedef struct TX_THREAD_STRUCT struct
503 struct TX_THREAD_STRUCT argument
523 VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id); argument
542 …VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspen… argument
544 struct TX_THREAD_STRUCT argument
558 struct TX_THREAD_STRUCT argument
559 *tx_thread_created_next,
560 *tx_thread_created_previous;
564 UINT tx_thread_smp_core_mapped;
565 ULONG tx_thread_smp_core_control;
[all …]