Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
56
FINSH_FUNCTION_EXPORT(libc_lseek, lseek test for libc);
57
58
void sleep(int tick)
59
{
60
rt_thread_delay(tick);
61
}
62
63
int libc_fseek(void)
64
{
Callers
3
libc_fseek
Function · 0.70
other_thread
Function · 0.70
test_thread
Function · 0.70
Calls
1
rt_thread_delay
Function · 0.85
Tested by
1
test_thread
Function · 0.56