Home
last modified time | relevance | path

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

/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
H A Dsemp.c28 #define BUFFER_SIZE 5U macro
36 empty_id = osSemaphoreNew(BUFFER_SIZE, BUFFER_SIZE, NULL); in producer_thread()
37 filled_id = osSemaphoreNew(BUFFER_SIZE, 0U, NULL); in producer_thread()
78 empty_id = osSemaphoreNew(BUFFER_SIZE, BUFFER_SIZE, NULL); in rtosv2_semp_main()
79 filled_id = osSemaphoreNew(BUFFER_SIZE, 0U, NULL); in rtosv2_semp_main()

Completed in 1 milliseconds