Home
last modified time | relevance | path

Searched defs:YIELD (Results 1 – 25 of 155) sorted by relevance

1234567

/dports/audio/dumb/dumb-0.9.3/examples/
H A Ddumbplay.c60 # define YIELD() Sleep(1) macro
65 static void YIELD(void) in YIELD() function
73 # define YIELD() yield_timeslice() macro
/dports/audio/dumb-allegro/dumb-0.9.3/examples/
H A Ddumbplay.c60 # define YIELD() Sleep(1) macro
65 static void YIELD(void) in YIELD() function
73 # define YIELD() yield_timeslice() macro
/dports/benchmarks/sysbench/sysbench-1.0.20/src/tests/threads/
H A Dsb_threads.c36 #define YIELD pthread_yield macro
38 #define YIELD SwitchToThread macro
40 #define YIELD sched_yield macro
/dports/lang/perl5.30/perl-5.30.3/
H A Dthread.h66 # define YIELD pthread_yield(NULL) macro
160 #define YIELD cthread_yield() macro
169 # define YIELD SCHED_YIELD macro
171 # define YIELD sched_yield() macro
175 # define YIELD pthread_yield() macro
/dports/lang/perl5.32/perl-5.32.1/
H A Dthread.h66 # define YIELD pthread_yield(NULL) macro
160 #define YIELD cthread_yield() macro
169 # define YIELD SCHED_YIELD macro
171 # define YIELD sched_yield() macro
175 # define YIELD pthread_yield() macro
/dports/databases/xtrabackup8/percona-xtrabackup-8.0.14/storage/ndb/memcache/include/
H A DScheduler.h41 YIELD = 0, enumerator
/dports/databases/percona57-pam-for-mysql/percona-server-5.7.36-39/storage/ndb/memcache/include/
H A DScheduler.h41 YIELD = 0, enumerator
/dports/databases/percona57-client/percona-server-5.7.36-39/storage/ndb/memcache/include/
H A DScheduler.h41 YIELD = 0, enumerator
/dports/databases/mysqlwsrep57-server/mysql-wsrep-wsrep_5.7.35-25.27/storage/ndb/memcache/include/
H A DScheduler.h41 YIELD = 0, enumerator
/dports/databases/percona57-server/percona-server-5.7.36-39/storage/ndb/memcache/include/
H A DScheduler.h41 YIELD = 0, enumerator
/dports/databases/xtrabackup/percona-xtrabackup-2.4.21/storage/ndb/memcache/include/
H A DScheduler.h41 YIELD = 0, enumerator
/dports/lang/perl5.34/perl-5.34.0/
H A Dthread.h66 # define YIELD pthread_yield(NULL) macro
156 #define YIELD cthread_yield() macro
165 # define YIELD SCHED_YIELD macro
167 # define YIELD sched_yield() macro
171 # define YIELD pthread_yield() macro
/dports/lang/perl5-devel/perl5-5.35.4-102-ge43d289c7c/
H A Dthread.h64 # define YIELD pthread_yield(NULL) macro
154 #define YIELD cthread_yield() macro
163 # define YIELD SCHED_YIELD macro
165 # define YIELD sched_yield() macro
169 # define YIELD pthread_yield() macro
/dports/net-im/convey/convey-src-0.3/src/org/convey/
H A DPenEvent.java12 public static final int YIELD = 2; field in PenEvent
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/wamp/gen/wamp/proto/
H A DMessageType.py32 YIELD = 70 variable in MessageType
/dports/www/htdigest/httpd-2.4.6/test/
H A Dtime-sem.c499 #define YIELD sched_yield() macro
501 #define YIELD do { struct timeval zero; zero.tv_sec = zero.tv_usec = 0; select(0,0,0,0,&zero); } w… macro
/dports/www/apache24/httpd-2.4.53/test/
H A Dtime-sem.c499 #define YIELD sched_yield() macro
501 #define YIELD do { struct timeval zero; zero.tv_sec = zero.tv_usec = 0; select(0,0,0,0,&zero); } w… macro
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/langtools/tools/javac/recovery/
H A DClassBlockExits.java129 YIELD("yield 0;"); enumConstant
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/langtools/tools/javac/recovery/
H A DClassBlockExits.java129 YIELD("yield 0;"); enumConstant
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/langtools/tools/javac/recovery/
H A DClassBlockExits.java129 YIELD("yield 0;"); enumConstant
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/qa/common/
H A Dtest_coroutine.cpp48 YIELD, enumerator
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DFlow.java357 YIELD(JCTree.Tag.YIELD) { in YIELD() method
/dports/emulators/yuzu/yuzu-0b47f7a46/externals/dynarmic/src/frontend/A64/translate/impl/
H A Dsystem.cpp38 bool TranslatorVisitor::YIELD() { in YIELD() function in Dynarmic::A64::TranslatorVisitor
/dports/math/reduce/Reduce-svn5758-src/psl/dist/kernel/win32/windows-gui/save/
H A Dpsllcall.h3 #define YIELD 0 macro
/dports/math/reduce/Reduce-svn5758-src/psl/dist/nonkernel/win32/
H A Dpsllcall.h3 #define YIELD 0 macro

1234567