Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/coreboot/coreboot
/ thread_yield
Function
thread_yield
src/lib/thread.c:340–343 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
338
}
339
340
int thread_yield(void)
341
{
342
return thread_yield_microseconds(0);
343
}
344
345
int thread_yield_microseconds(unsigned int microsecs)
346
{
Callers
3
thread_join
Function · 0.70
thread_mutex_lock
Function · 0.70
spi_dma_readat_dma
Function · 0.50
Calls
1
thread_yield_microseconds
Function · 0.70
Tested by
no test coverage detected