Home
last modified time | relevance | path

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

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