Home
last modified time | relevance | path

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

/lk-master/app/tests/
A Dthread_tests.c206 thread_sleep(5000); in mutex_test()
224 thread_sleep(1000); in event_signaler()
275 thread_sleep(2000); in event_test()
293 thread_sleep(2000); in event_test()
346 thread_sleep(100); in context_switch_test()
349 thread_sleep(100); in context_switch_test()
355 thread_sleep(100); in context_switch_test()
358 thread_sleep(100); in context_switch_test()
366 thread_sleep(100); in context_switch_test()
369 thread_sleep(100); in context_switch_test()
[all …]
A Dclock_tests.c24 thread_sleep(100); in clock_tests()
32 thread_sleep(100); in clock_tests()
92 thread_sleep(1000); in clock_tests()
A Dport_tests.c301 thread_sleep(100); in two_threads_basic()
345 thread_sleep(100); in two_threads_basic()
522 thread_sleep(50); in group_basic()
688 thread_sleep(20); in group_waiting()
/lk-master/app/cdcserialtest/
A Dcdcserialtest.c33 thread_sleep(100); in cdctest_entry()
/lk-master/lib/debugcommands/
A Ddebugcommands.c303 thread_sleep(t); in cmd_sleep()
324 thread_sleep(1); in cmd_stackstomp()
/lk-master/app/usbtest/
A Dusbtest.c92 thread_sleep(2000); in usbtest_entry()
/lk-master/external/lib/cksum/
A Ddebug.c125 thread_sleep(500); in cmd_cksum_bench()
/lk-master/lib/minip/
A Dnet_timer.c126 thread_sleep(MIN(delay, 100)); in net_timer_work_thread()
A Ddhcp.c258 thread_sleep(500); in dhcp_thread()
/lk-master/app/lkboot/
A Dcommands.c65 thread_sleep(250); in do_reboot()
78 thread_sleep(250); in chainload_thread()
A Dlkboot.c316 thread_sleep(autoboot_timeout); in lkboot_task()
/lk-master/app/zynq-common/
A Dinit.c145 thread_sleep(10); in zynq_common_target_init()
/lk-master/app/stringtests/
A Dstring_tests.c145 thread_sleep(200); // let the debug string clear the serial port in bench_memcpy()
234 thread_sleep(200); // let the debug string clear the serial port in bench_memset()
/lk-master/arch/arm/arm/
A Ddebug.c38 thread_sleep(SLOW_POLL_RATE); in dcc_worker_entry()
/lk-master/platform/cc13xx/
A Dradio.c142 thread_sleep(1000); in radio_init()
/lk-master/app/loader/
A Dloader.c70 thread_sleep(10); in run_elf()
/lk-master/kernel/include/kernel/
A Dthread.h156 void thread_sleep(lk_time_t delay);
/lk-master/kernel/vm/
A Dvmm.c779 thread_sleep(1); // XXX hack to force it to reschedule and thus load the aspace in cmd_vmm()
789 thread_sleep(1); // hack in cmd_vmm()
799 thread_sleep(1); // XXX hack to force it to reschedule and thus load the aspace in cmd_vmm()
/lk-master/platform/zynq/
A Dspiflash.c126 thread_sleep(PAGE_ERASE_SLEEP_TIME); in qspi_erase_sector()
530 thread_sleep(500); in cmd_spiflash()
A Dgem.c398 thread_sleep(1000); in gem_stat_thread()
/lk-master/platform/lpc43xx/
A Dudc.c460 thread_sleep(250); in lpc43xx_usb_init()
607 thread_sleep(10); in udc_stop()
/lk-master/lib/console/
A Dconsole.c234 thread_sleep(delay); in cmd_repeat()
/lk-master/kernel/
A Dthread.c746 void thread_sleep(lk_time_t delay) { in thread_sleep() function

Completed in 25 milliseconds