MCPcopy Create free account
hub / github.com/RT-Thread/rt-thread / sleep

Function sleep

examples/libc/file.c:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56FINSH_FUNCTION_EXPORT(libc_lseek, lseek test for libc);
57
58void sleep(int tick)
59{
60 rt_thread_delay(tick);
61}
62
63int libc_fseek(void)
64{

Callers 3

libc_fseekFunction · 0.70
other_threadFunction · 0.70
test_threadFunction · 0.70

Calls 1

rt_thread_delayFunction · 0.85

Tested by 1

test_threadFunction · 0.56