MCPcopy 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
340int thread_yield(void)
341{
342 return thread_yield_microseconds(0);
343}
344
345int thread_yield_microseconds(unsigned int microsecs)
346{

Callers 3

thread_joinFunction · 0.70
thread_mutex_lockFunction · 0.70
spi_dma_readat_dmaFunction · 0.50

Calls 1

Tested by

no test coverage detected