Home
last modified time | relevance | path

Searched refs:SIGNALED (Results 1 – 20 of 20) sorted by relevance

/third_party/rust/crates/nix/test/sys/
Dtest_signal.rs84 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()
Dtest_aio.rs25 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/
Dpthread_cond_timedwait.c58 SIGNALED, enumerator
193 if (a_cas(&p->state, WAITING, SIGNALED) != WAITING) { in __private_cond_signal()
/third_party/musl/src/thread/
Dpthread_cond_timedwait.c58 SIGNALED, enumerator
184 if (a_cas(&p->state, WAITING, SIGNALED) != WAITING) { in __private_cond_signal()
/third_party/cef/libcef/common/
Dwaitable_event_impl.cc36 ? base::WaitableEvent::InitialState::SIGNALED in CefWaitableEventImpl()
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DARB_cl_event.txt106 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
DARB_sync.txt125 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/
DARB_cl_event.txt116 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
DARB_sync.txt135 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/
DEGL_KHR_cl_event.txt203 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/
DEGL_KHR_cl_event.txt203 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/
Dwebgl2.js287 SIGNALED: 0x9119, property
/third_party/openGLES/extensions/EXT/
DEXT_x11_sync_object.txt119 object. The status of the sync object returned will be SIGNALED
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DEXT_x11_sync_object.txt119 object. The status of the sync object returned will be SIGNALED
/third_party/skia/third_party/externals/opengl-registry/extensions/KHR/
DKHR_robustness.txt257 and returns SIGNALED in <values>.
/third_party/openGLES/extensions/KHR/
DKHR_robustness.txt267 and returns SIGNALED in <values>.
/third_party/typescript/lib/
Dlib.webworker.d.ts3750 readonly SIGNALED: GLenum; variable
4407 readonly SIGNALED: GLenum; property
Dlib.dom.d.ts14996 readonly SIGNALED: GLenum; variable
15653 readonly SIGNALED: GLenum; property
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts3730 readonly SIGNALED: GLenum; variable
4387 readonly SIGNALED: GLenum; property
Ddom.generated.d.ts14976 readonly SIGNALED: GLenum; variable
15633 readonly SIGNALED: GLenum; property