Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/bits/
H A Dthreads_inlines.h185 __BIONIC_THREADS_INLINE void thrd_yield(void) { in thrd_yield() function
/aosp12/bionic/tests/
H A Dthreads_test.cpp442 TEST(threads, thrd_yield) { in TEST() argument