HomeSort by relevance Sort by last modified time
    Searched refs:pthread_yield (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/drd/tests/
read_after_free.c 15 pthread_yield();
37 pthread_yield();
annotate_rwlock.c 64 /* Darwin doesn't have an implementation of pthread_yield(). */
67 pthread_yield();
88 /* Darwin doesn't have an implementation of pthread_yield(). */
91 pthread_yield();
annotate_barrier.c 90 /* Darwin doesn't have an implementation of pthread_yield(). */
93 pthread_yield();
  /external/valgrind/main/helgrind/tests/
annotate_rwlock.c 74 /* Darwin doesn't have an implementation of pthread_yield(). */
77 pthread_yield();
99 /* Darwin doesn't have an implementation of pthread_yield(). */
102 pthread_yield();
  /external/qemu/distrib/sdl-1.2.12/src/timer/riscos/
SDL_systimer.c 124 if (riscos_using_threads) pthread_yield();
  /external/qemu/distrib/sdl-1.2.12/src/video/riscos/
SDL_wimppoll.c 299 pthread_yield();
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
Xthreads.h 231 #define xthread_yield() pthread_yield()
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
pthread.h 441 extern int pthread_yield (void) __THROW;
    [all...]

Completed in 98 milliseconds