Home
last modified time | relevance | path

Searched refs:thread_0_entry (Results 1 – 1 of 1) sorted by relevance

/FileX-v6.2.1/samples/
Ddemo_filex.c28 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