| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/qtbase/ |
| H A D | 0008-Replace-pthread_yield-with-sched_yield.patch | 4 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 D | 0001-Add-configure-time-check-for-setsid.patch | 23 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 D | yield_k.hpp | 114 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 D | gthr-default.h | 114 __gthrw(sched_yield) 452 __gthrw_(sched_yield) (); in __gthread_objc_thread_yield() local 693 return __gthrw_(sched_yield) (); in __gthread_yield()
|
| H A D | gthr-posix.h | 114 __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 D | gthr-default.h | 114 __gthrw(sched_yield) 452 __gthrw_(sched_yield) (); in __gthread_objc_thread_yield() local 693 return __gthrw_(sched_yield) (); in __gthread_yield()
|
| H A D | gthr-posix.h | 114 __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 D | tm-poison.c | 52 sched_yield(); in tm_poison_test()
|
| H A D | tm-trap.c | 242 sched_yield(); in pong()
|
| H A D | tm-unavailable.c | 294 sched_yield(); in tm_una_pong()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/pmu/ebb/ |
| H A D | lost_exception_test.c | 63 sched_yield(); in test_body()
|
| H A D | pmae_handling_test.c | 47 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 D | compatibility.h | 126 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 D | compatibility.h | 126 sched_yield(); in __yield()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | context_switch.c | 233 sched_yield(); in yield_thread1() 245 sched_yield(); in yield_thread2()
|
| /OK3568_Linux_fs/external/mpp/osal/windows/pthread/inc/ |
| H A D | sched.h | 151 PTW32_DLLPORT int __cdecl sched_yield (void);
|
| /OK3568_Linux_fs/kernel/Documentation/scheduler/ |
| H A D | sched-stats.rst | 5 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 D | sched-deadline.rst | 21 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 D | tlbie_test.c | 434 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 D | sched.h | 68 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 D | sched.h | 68 extern int sched_yield (void) __THROW;
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/rseq/ |
| H A D | param_test.c | 230 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 D | basic_percpu_ops_test.c | 221 sched_yield(); /* encourage shuffling */ in test_percpu_list_thread()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/ |
| H A D | test_tag.c | 180 sched_yield(); in do_test()
|
| /OK3568_Linux_fs/kernel/tools/testing/selftests/arm64/mte/ |
| H A D | mte_common_util.c | 90 sched_yield(); in mte_wait_after_trig()
|