Searched refs:tx_thread_entry (Results 1 – 9 of 9) sorted by relevance
401 thread_ptr->tx_real_thread_entry = thread_ptr->tx_thread_entry; in _tx_clib_thread_setup()402 thread_ptr->tx_thread_entry = &(_xt_thread_wrapper); in _tx_clib_thread_setup()
114 (thread_ptr -> tx_thread_entry) (thread_ptr -> tx_thread_entry_parameter); in _tx_thread_shell_entry()
151 thread_ptr -> tx_thread_entry = entry_function; in _tx_thread_create()
158 thread_ptr -> tx_thread_entry = entry_function; in _tx_thread_create()
349 thread_ptr -> tx_thread_entry = entry_function; in _txm_module_manager_thread_create()434 …ntry_info -> txm_module_thread_entry_info_entry = thread_ptr -> tx_thread_entry; in _txm_module_manager_thread_create()447 if (thread_ptr -> tx_thread_entry == module_instance -> txm_module_instance_start_thread_entry) in _txm_module_manager_thread_create()
5514 if(p_tcb->task.tx_thread_entry != NULL) { in osek_cleanup()5529 p_tcb->task.tx_thread_entry = NULL; in osek_cleanup()
518 VOID (*tx_thread_entry)(ULONG id); member
502 VOID (*tx_thread_entry)(ULONG id); member