Searched refs:sched_yield (Results 1 - 25 of 57) sorted by relevance

123

/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsched_yield.c2 * sched_yield.c
42 sched_yield (void) function
63 * ENOSYS sched_yield not supported,
H A Dsched.h151 PTW32_DLLPORT int __cdecl sched_yield (void);
H A Dptw32_MCS_lock.c274 sched_yield();
/external/chromium_org/v8/src/base/
H A Donce.cc46 sched_yield();
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_test.cc48 sched_yield();
61 sched_yield();
137 sched_yield();
153 sched_yield();
176 sched_yield();
183 sched_yield();
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/
H A Donce.cc59 sched_yield();
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
H A Dspinlock_posix-inl.h37 #include <sched.h> /* For sched_yield() */
48 sched_yield();
/external/chromium_org/third_party/tcmalloc/vendor/src/base/
H A Dspinlock_posix-inl.h37 #include <sched.h> /* For sched_yield() */
48 sched_yield();
/external/compiler-rt/test/tsan/
H A Dstatic_init3.cc32 sched_yield();
/external/valgrind/main/memcheck/tests/
H A Dreach_thread_register.c34 sched_yield();
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-mutex-private.hh71 # define HB_SCHED_YIELD() sched_yield ()
89 # define HB_SCHED_YIELD() sched_yield ()
/external/harfbuzz_ng/src/
H A Dhb-mutex-private.hh71 # define HB_SCHED_YIELD() sched_yield ()
89 # define HB_SCHED_YIELD() sched_yield ()
/external/chromium_org/components/nacl/loader/nonsfi/
H A Dirt_basic.cc56 return CheckError(sched_yield());
/external/chromium_org/third_party/sqlite/src/test/
H A Dcrashtest1.c86 sched_yield();
H A Dthreadtest2.c82 while( (sqlite3_open(DB_FILE, &db))!=SQLITE_OK ) sched_yield();
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dmalloc_hook_test.cc220 sched_yield(); // Ensure some more interleaving.
232 sched_yield();
234 sched_yield();
243 sched_yield();
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dmalloc_hook_test.cc220 sched_yield(); // Ensure some more interleaving.
232 sched_yield();
234 sched_yield();
243 sched_yield();
/external/deqp/framework/delibs/dethread/unix/
H A DdeThreadUnix.c147 sched_yield();
/external/chromium_org/base/threading/
H A Dplatform_thread_posix.cc179 sched_yield();
/external/libselinux/src/
H A Dsestatus.c65 * No need for sched_yield() in the first trial of
69 sched_yield();
/external/qemu/distrib/libselinux/src/
H A Dsestatus.c65 * No need for sched_yield() in the first trial of
69 sched_yield();
/external/chromium_org/third_party/sqlite/src/src/
H A Dtest4.c74 while( p->opnum<=p->completed ) sched_yield();
82 while( p->opnum<=p->completed ) sched_yield();
163 while( p->opnum>p->completed ) sched_yield();
H A Dtest7.c96 while( p->opnum<=p->completed ) sched_yield();
104 while( p->opnum<=p->completed ) sched_yield();
186 while( p->opnum>p->completed ) sched_yield();
/external/chromium_org/third_party/icu/source/test/threadtest/
H A Dthreadtest.cpp100 static void yield() {sched_yield();};
/external/chromium_org/third_party/libvpx/source/libvpx/vp8/common/
H A Dthreading.h176 #define thread_sleep(nms) sched_yield();/* {struct timespec ts;ts.tv_sec=0; ts.tv_nsec = 1000*nms;nanosleep(&ts, NULL);} */

Completed in 2576 milliseconds

123