Home
last modified time | relevance | path

Searched refs:onThread (Results 1 – 25 of 98) sorted by relevance

1234

/dports/emulators/mgba/mgba-0.9.2/src/core/
H A Drewind.c34 context->onThread = onThread; in mCoreRewindContextInit()
36 if (onThread) { in mCoreRewindContextInit()
42 UNUSED(onThread); in mCoreRewindContextInit()
51 if (context->onThread) { in mCoreRewindContextDeinit()
53 context->onThread = false; in mCoreRewindContextDeinit()
74 if (context->onThread) { in mCoreRewindAppend()
83 if (context->onThread) { in mCoreRewindAppend()
119 if (context->onThread) { in mCoreRewindRestore()
125 if (context->onThread) { in mCoreRewindRestore()
154 if (context->onThread) { in mCoreRewindRestore()
[all …]
/dports/games/libretro-mgba/mgba-6186d45/src/core/
H A Drewind.c34 context->onThread = onThread; in mCoreRewindContextInit()
36 if (onThread) { in mCoreRewindContextInit()
42 UNUSED(onThread); in mCoreRewindContextInit()
51 if (context->onThread) { in mCoreRewindContextDeinit()
53 context->onThread = false; in mCoreRewindContextDeinit()
74 if (context->onThread) { in mCoreRewindAppend()
83 if (context->onThread) { in mCoreRewindAppend()
119 if (context->onThread) { in mCoreRewindRestore()
125 if (context->onThread) { in mCoreRewindRestore()
154 if (context->onThread) { in mCoreRewindRestore()
[all …]
/dports/graphics/jogamp-jogl/jogl/src/test/com/jogamp/opengl/test/junit/jogl/acore/
H A DTestGLException01NEWT.java85 protected void runTestGL(final GLCapabilities caps, final boolean onThread, in runTestGL() argument
196 if( onThread ) { in runTestGL()
213 if( !onThread ) { in runTestGL()
234 … while(0 == exceptionSent.get() && ( onThread || animator.isAnimating() ) && t1-t0<duration ) { in runTestGL()
235 if( onThread ) { in runTestGL()
247 if( !onThread ) { in runTestGL()
257 …final boolean onAnimThread = !onThread && !throwInDispose; /** dispose happens on [AWT|NEWT] EDT, … in runTestGL()
259 System.err.println("This-Thread : "+onThread); in runTestGL()
/dports/emulators/mgba/mgba-0.9.2/include/mgba/core/
H A Drewind.h29 bool onThread; member
37 void mCoreRewindContextInit(struct mCoreRewindContext*, size_t entries, bool onThread);
/dports/games/libretro-mgba/mgba-6186d45/include/mgba/core/
H A Drewind.h29 bool onThread; member
37 void mCoreRewindContextInit(struct mCoreRewindContext*, size_t entries, bool onThread);
/dports/www/chromium-legacy/chromium-88.0.4324.182/android_webview/javatests/src/org/chromium/android_webview/test/
H A DAwUncaughtExceptionTest.java122 private void expectUncaughtException(Thread onThread, Class<? extends Exception> exceptionClass, in expectUncaughtException() argument
125 if ((onThread == null || onThread.equals(thread)) in expectUncaughtException()
/dports/lang/gnustep-base/libs-base-base-1_27_0/Headers/Foundation/
H A DNSThread.h307 onThread: (NSThread*)aThread
318 onThread: (NSThread*)aThread
/dports/www/chromium-legacy/chromium-88.0.4324.182/net/android/java/src/org/chromium/net/
H A DProxyChangeListener.java288 private boolean onThread() { in onThread() method in ProxyChangeListener
293 if (BuildConfig.DCHECK_IS_ON && !onThread()) { in assertOnThread()
299 if (onThread()) { in runOnThread()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaObjC/
H A Dunsafe-perform-selector.m14 onThread:(Thread *)thread
119 …ctor(returnsStruct) onThread:0 withObject:self waitUntilDone:1 modes:0]; // expected-warning {{'pe…
/dports/lang/fpc-source/fpc-3.2.2/packages/cocoaint/src/foundation/
H A DNSThread.inc63 …ad; arg: id; wait: ObjCBOOL; array_: NSArray); message 'performSelector:onThread:withObject:waitUn…
64 … SEL; thr: NSThread; arg: id; wait: ObjCBOOL); message 'performSelector:onThread:withObject:waitUn…

1234