Home
last modified time | relevance | path

Searched refs:producer_thread (Results 1 - 1 of 1) sorted by relevance

/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
H A Dsemp.c33 void producer_thread(int *arg) in producer_thread() function
81 osThreadId_t ptid1 = newThread("producer1", producer_thread, NULL); in rtosv2_semp_main()
82 osThreadId_t ptid2 = newThread("producer2", producer_thread, NULL); in rtosv2_semp_main()
83 osThreadId_t ptid3 = newThread("producer3", producer_thread, NULL); in rtosv2_semp_main()

Completed in 1 milliseconds