Searched refs:thread_0_entry (Results 1 – 1 of 1) sorted by relevance
28 void thread_0_entry(ULONG thread_input);58 thread_0_entry(0); in main()82 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()96 void thread_0_entry(ULONG thread_input) in thread_0_entry() function