Searched refs:count (Results 1 - 5 of 5) sorted by relevance
/vendor/hisilicon/hispark_pegasus/demo/message_demo/ |
H A D | message.c | 33 int count; member 39 static int count = 0; in sender_thread() local 44 sentry.count = count; in sender_thread() 45 printf("[Message Test] %s send %d to message queue.\r\n", osThreadGetName(osThreadGetId()), count); in sender_thread() 47 count++; in sender_thread() 59 osThreadGetName(osThreadGetId()), rentry.count, osThreadGetName(rentry.tid)); in receiver_thread() 95 uint32_t count = osMessageQueueGetCount(qid); in rtosv2_msgq_main() local 96 printf("[Message Test] osMessageQueueGetCount, count: %u.\r\n", count); in rtosv2_msgq_main() [all...] |
/vendor/hisilicon/hispark_pegasus/demo/environment_demo/ |
H A D | app_demo_mq2.c | 83 static unsigned char count = 0; in Mq2GetPpm() local 101 if (count < 1) { in Mq2GetPpm() 102 count++; in Mq2GetPpm() 105 count = 0; in Mq2GetPpm() 109 count = 0; in Mq2GetPpm()
|
/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/ |
H A D | thread.c | 42 static int count = 0; in threadTest() local 47 count++; in threadTest() 48 printf("[Thread Test] threadTest, count: %d.\r\n", count); in threadTest() 83 printf("[Thread Test] osThreadGetCount, count: %u.\r\n", t_count); in rtosv2_thread_main()
|
/vendor/ohemu/qemu_ca7_mini_system_demo/ |
H A D | qemu_run.sh | 82 dd if=/dev/zero of=${flash_name} bs=64M count=1
|
/vendor/ohemu/qemu_small_system_demo/ |
H A D | qemu_run.sh | 94 dd if=/dev/zero of=${flash_name} bs=100M count=1
|
Completed in 2 milliseconds