Home
last modified time | relevance | path

Searched defs:microsecs (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/coreboot/src/lib/
H A Dthread.c219 unsigned int microsecs) in thread_yield_timed_callback()
342 int thread_yield_microseconds(unsigned int microsecs) in thread_yield_microseconds()
/aosp_15_r20/external/coreboot/src/include/
H A Dthread.h87 static inline int thread_yield_microseconds(unsigned int microsecs) in thread_yield_microseconds()