/third_party/rust/crates/nix/test/sys/ |
D | test_signal.rs | 84 static ref SIGNALED: AtomicBool = AtomicBool::new(false); 89 SIGNALED.store(signal == Signal::SIGINT, Ordering::Relaxed); in test_sigaction_handler() 129 assert!(SIGNALED.load(Ordering::Relaxed)); in test_signal()
|
D | test_aio.rs | 25 pub static ref SIGNALED: AtomicBool = AtomicBool::new(false); 29 SIGNALED.store(true, Ordering::Relaxed); in sigfunc() 514 SIGNALED.store(false, Ordering::Relaxed); in sigev_signal() 535 while !SIGNALED.load(Ordering::Relaxed) { in sigev_signal()
|
/third_party/musl/porting/linux/user/src/thread/ |
D | pthread_cond_timedwait.c | 58 SIGNALED, enumerator 193 if (a_cas(&p->state, WAITING, SIGNALED) != WAITING) { in __private_cond_signal()
|
/third_party/musl/src/thread/ |
D | pthread_cond_timedwait.c | 58 SIGNALED, enumerator 184 if (a_cas(&p->state, WAITING, SIGNALED) != WAITING) { in __private_cond_signal()
|
/third_party/cef/libcef/common/ |
D | waitable_event_impl.cc | 36 ? base::WaitableEvent::InitialState::SIGNALED in CefWaitableEventImpl()
|
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/ |
D | ARB_cl_event.txt | 106 will become SIGNALED. 288 objects have only two statuses: UNSIGNALED and SIGNALED. The 290 SIGNALED into CL_COMPLETE. 294 CL_COMPLETE maps into SIGNALED. 303 SIGNALED state. But it may be useful to distinguish between the
|
D | ARB_sync.txt | 125 SIGNALED 0x9119 231 SIGNALED when <condition> is satisfied. 431 the sync object (SIGNALED or UNSIGNALED) is placed in <values>. 582 not SIGNALED. 914 unsignaled (corresponding to SYNC_STATUS values of SIGNALED 992 SIGNALED or UNSIGNALED. Might add a PULSED mode in the future, 1292 state". Changed sync status to SIGNALED/UNSIGNALED rather than
|
/third_party/openGLES/extensions/ARB/ |
D | ARB_cl_event.txt | 116 will become SIGNALED. 298 objects have only two statuses: UNSIGNALED and SIGNALED. The 300 SIGNALED into CL_COMPLETE. 304 CL_COMPLETE maps into SIGNALED. 313 SIGNALED state. But it may be useful to distinguish between the
|
D | ARB_sync.txt | 135 SIGNALED 0x9119 241 SIGNALED when <condition> is satisfied. 441 the sync object (SIGNALED or UNSIGNALED) is placed in <values>. 592 not SIGNALED. 924 unsignaled (corresponding to SYNC_STATUS values of SIGNALED 1002 SIGNALED or UNSIGNALED. Might add a PULSED mode in the future, 1302 state". Changed sync status to SIGNALED/UNSIGNALED rather than
|
/third_party/skia/third_party/externals/egl-registry/extensions/KHR/ |
D | EGL_KHR_cl_event.txt | 203 objects have only two statuses: UNSIGNALED and SIGNALED. The 205 SIGNALED into CL_COMPLETE. 209 CL_COMPLETE maps into SIGNALED.
|
/third_party/EGL/extensions/KHR/ |
D | EGL_KHR_cl_event.txt | 203 objects have only two statuses: UNSIGNALED and SIGNALED. The 205 SIGNALED into CL_COMPLETE. 209 CL_COMPLETE maps into SIGNALED.
|
/third_party/jsframework/runtime/main/extend/systemplugin/napi/webgl/ |
D | webgl2.js | 287 SIGNALED: 0x9119, property
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_x11_sync_object.txt | 119 object. The status of the sync object returned will be SIGNALED
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_x11_sync_object.txt | 119 object. The status of the sync object returned will be SIGNALED
|
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/ |
D | KHR_robustness.txt | 257 and returns SIGNALED in <values>.
|
/third_party/openGLES/extensions/KHR/ |
D | KHR_robustness.txt | 267 and returns SIGNALED in <values>.
|
/third_party/typescript/lib/ |
D | lib.webworker.d.ts | 3750 readonly SIGNALED: GLenum; variable 4407 readonly SIGNALED: GLenum; property
|
D | lib.dom.d.ts | 14996 readonly SIGNALED: GLenum; variable 15653 readonly SIGNALED: GLenum; property
|
/third_party/typescript/src/lib/ |
D | webworker.generated.d.ts | 3730 readonly SIGNALED: GLenum; variable 4387 readonly SIGNALED: GLenum; property
|
D | dom.generated.d.ts | 14976 readonly SIGNALED: GLenum; variable 15633 readonly SIGNALED: GLenum; property
|