Searched refs:thread_ptr (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/ports/win32/lib/vs_2019/ |
| D | tx_port.h | 289 #define TX_THREAD_CREATE_EXTENSION(thread_ptr) argument 290 #define TX_THREAD_DELETE_EXTENSION(thread_ptr) argument 291 #define TX_THREAD_COMPLETED_EXTENSION(thread_ptr) argument 292 #define TX_THREAD_TERMINATED_EXTENSION(thread_ptr) argument 338 #define TX_THREAD_DELETE_PORT_COMPLETION(thread_ptr) \ argument 344 threadhandle = thread_ptr -> tx_thread_win32_thread_handle; \ 345 threadrunsemaphore = thread_ptr -> tx_thread_win32_thread_run_semaphore; \ 365 #define TX_THREAD_RESET_PORT_COMPLETION(thread_ptr) \ argument 371 threadhandle = thread_ptr -> tx_thread_win32_thread_handle; \ 372 threadrunsemaphore = thread_ptr -> tx_thread_win32_thread_run_semaphore; \
|
| D | tx_api.h | 370 VOID (*tx_thread_schedule_hook)(struct TX_THREAD_STRUCT *thread_ptr, ULONG id); 389 …VOID (*tx_thread_suspend_cleanup)(struct TX_THREAD_STRUCT *thread_ptr, ULONG suspen… 473 …VOID (*tx_thread_entry_exit_notify)(struct TX_THREAD_STRUCT *thread_ptr, UINT type); 1594 UINT _tx_thread_create(TX_THREAD *thread_ptr, CHAR *name_ptr, 1599 UINT _tx_thread_delete(TX_THREAD *thread_ptr); 1600 UINT _tx_thread_entry_exit_notify(TX_THREAD *thread_ptr, VOID (*thread_entry_exit_notify)(TX… 1602 UINT _tx_thread_info_get(TX_THREAD *thread_ptr, CHAR **name, UINT *state, ULONG *run_count, 1606 UINT _tx_thread_performance_info_get(TX_THREAD *thread_ptr, ULONG *resumptions, ULONG *suspe… 1613 UINT _tx_thread_preemption_change(TX_THREAD *thread_ptr, UINT new_threshold, 1615 UINT _tx_thread_priority_change(TX_THREAD *thread_ptr, UINT new_priority, [all …]
|