Home
last modified time | relevance | path

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

/dragonfly/tools/regression/p1003_1b/
H A Dyield.c153 if (sched_yield() == -1) in yield()
190 if (sched_yield() == -1) in yield()
/dragonfly/contrib/gcc-4.7/libgcc/
H A Dgthr-posix.h122 __gthrw3(sched_yield)
152 __gthrw(sched_yield)
470 __gthrw_(sched_yield) (); in __gthread_objc_thread_yield() local
711 return __gthrw_(sched_yield) (); in __gthread_yield()
/dragonfly/contrib/gcc-8.0/libgcc/
H A Dgthr-posix.h113 __gthrw(sched_yield)
475 __gthrw_(sched_yield) (); in __gthread_objc_thread_yield() local
716 return __gthrw_(sched_yield) (); in __gthread_yield()
/dragonfly/sys/sys/
H A Dsched.h75 int sched_yield(void);
H A Dsysunion.h200 struct sched_yield_args sched_yield; member
H A Dsyscall.mk194 sched_yield.o \
/dragonfly/contrib/gcc-8.0/libstdc++-v3/include/parallel/
H A Dcompatibility.h126 sched_yield(); in __yield()
/dragonfly/test/stress/stress2/misc/
H A Dsem.sh108 sched_yield(); function
/dragonfly/lib/libc_rtld/
H A DMakefile28 recvmsg.o sched_yield.o select.o sendfile.o sendmsg.o sendto.o \
/dragonfly/usr.sbin/clog/
H A Dclog.c155 while(pcf->cf_lock==1) sched_yield(); in read_log()
/dragonfly/contrib/gcc-4.7/libstdc++-v3/include/parallel/
H A Dcompatibility.h365 sched_yield(); in __yield()
/dragonfly/lib/libc/include/
H A Dnamespace.h260 #define sched_yield _sched_yield
H A Dun-namespace.h233 #undef sched_yield
/dragonfly/sys/kern/
H A Dkern_p1003_1b.c121 SYSCALL_NOT_PRESENT_GEN(sched_yield) in SYSCALL_NOT_PRESENT_GEN()
/dragonfly/lib/libc/sys/
H A DMakefile.inc92 sched_setparam.2 sched_setscheduler.2 sched_yield.2 \
H A DSymbol.map226 sched_yield;
/dragonfly/contrib/gcc-4.7/libstdc++-v3/
H A Dconfig.h.in833 /* Defined if sched_yield is available. */