Home
last modified time | relevance | path

Searched refs:sched_yield (Results 1 – 25 of 95) sorted by relevance

1234

/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/
H A D0008-Replace-pthread_yield-with-sched_yield.patch4 Subject: [PATCH] Replace pthread_yield with sched_yield
6 On Linux pthead_yield is same as sched_yield implementation wise
7 and sched_yield is available on all libc
35 + sched_yield();
58 + sched_yield();
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/xorg-app/xterm/
H A D0001-Add-configure-time-check-for-setsid.patch23 sched_yield \
35 sched_yield \
69 #undef HAVE_SCHED_YIELD /* AC_CHECK_FUNCS(sched_yield) */
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/smart_ptr/detail/
H A Dyield_k.hpp114 extern "C" int sched_yield(void);
138 sched_yield(); in yield()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dgthr-default.h114 __gthrw(sched_yield)
452 __gthrw_(sched_yield) (); in __gthread_objc_thread_yield() local
693 return __gthrw_(sched_yield) (); in __gthread_yield()
H A Dgthr-posix.h114 __gthrw(sched_yield)
452 __gthrw_(sched_yield) (); in __gthread_objc_thread_yield() local
693 return __gthrw_(sched_yield) (); in __gthread_yield()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dgthr-default.h114 __gthrw(sched_yield)
452 __gthrw_(sched_yield) (); in __gthread_objc_thread_yield() local
693 return __gthrw_(sched_yield) (); in __gthread_yield()
H A Dgthr-posix.h114 __gthrw(sched_yield)
452 __gthrw_(sched_yield) (); in __gthread_objc_thread_yield() local
693 return __gthrw_(sched_yield) (); in __gthread_yield()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/tm/
H A Dtm-poison.c52 sched_yield(); in tm_poison_test()
H A Dtm-trap.c242 sched_yield(); in pong()
H A Dtm-unavailable.c294 sched_yield(); in tm_una_pong()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/
H A Dlost_exception_test.c63 sched_yield(); in test_body()
H A Dpmae_handling_test.c47 sched_yield(); in syscall_ebb_callee()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/parallel/
H A Dcompatibility.h126 sched_yield(); in __yield()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/parallel/
H A Dcompatibility.h126 sched_yield(); in __yield()
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/
H A Dcontext_switch.c233 sched_yield(); in yield_thread1()
245 sched_yield(); in yield_thread2()
/OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/
H A Dsched.h151 PTW32_DLLPORT int __cdecl sched_yield (void);
/OK3568_Linux_fs/kernel/Documentation/scheduler/
H A Dsched-stats.rst5 Version 15 of schedstats dropped counters for some sched_yield:
41 First field is a sched_yield() statistic:
43 1) # of times sched_yield() was called
H A Dsched-deadline.rst21 4.4 Behavior of sched_yield()
651 4.4 Behavior of sched_yield()
654 When a SCHED_DEADLINE task calls sched_yield(), it gives up its
658 replenishment after a call to sched_yield()).
660 This behavior of sched_yield() allows the task to wake-up exactly at
662 future with bandwidth reclaiming mechanisms, where sched_yield() will
/OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/mm/
H A Dtlbie_test.c434 sched_yield(); in segv_handler()
692 sched_yield(); in main()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/
H A Dsched.h68 extern int sched_yield (void) __THROW;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/
H A Dsched.h68 extern int sched_yield (void) __THROW;
/OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/
H A Dparam_test.c230 sched_yield(); \
604 sched_yield(); /* encourage shuffling */ in test_percpu_list_thread()
791 sched_yield(); /* encourage shuffling */ in test_percpu_buffer_thread()
1006 sched_yield(); /* encourage shuffling */ in test_percpu_memcpy_buffer_thread()
H A Dbasic_percpu_ops_test.c221 sched_yield(); /* encourage shuffling */ in test_percpu_list_thread()
/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/
H A Dtest_tag.c180 sched_yield(); in do_test()
/OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/
H A Dmte_common_util.c90 sched_yield(); in mte_wait_after_trig()

1234