Home
last modified time | relevance | path

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

/LevelX-v6.3.0/samples/
Ddemo_filex_nand_flash.c30 void thread_0_entry(ULONG thread_input);
62 thread_0_entry(0); in main()
79 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
92 void thread_0_entry(ULONG thread_input) in thread_0_entry() function
Ddemo_filex_nor_flash.c29 void thread_0_entry(ULONG thread_input);
61 thread_0_entry(0); in main()
77 tx_thread_create(&thread_0, "thread 0", thread_0_entry, 0, in tx_application_define()
91 void thread_0_entry(ULONG thread_input) in thread_0_entry() function