Home
last modified time | relevance | path

Searched defs:timed_out (Results 1 – 25 of 37) sorted by relevance

12

/external/rust/crates/parking_lot_core/src/thread_parker/
Dmod.rs24 unsafe fn timed_out(&self) -> bool; in timed_out() method
Dwasm.rs29 unsafe fn timed_out(&self) -> bool { in timed_out() method
Dgeneric.rs38 unsafe fn timed_out(&self) -> bool { in timed_out() method
Dsgx.rs47 unsafe fn timed_out(&self) -> bool { in timed_out() method
Dwasm_atomic.rs69 unsafe fn timed_out(&self) -> bool { in timed_out() method
Dlinux.rs59 unsafe fn timed_out(&self) -> bool { in timed_out() method
Dredox.rs47 unsafe fn timed_out(&self) -> bool { in timed_out() method
Dunix.rs60 unsafe fn timed_out(&self) -> bool { in timed_out() method
/external/perfetto/include/perfetto/ext/base/
Dsubprocess.h205 bool timed_out() const { return s_->timed_out; } in timed_out() function
233 bool timed_out = false; member
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DGenealogy.cpp66 task_t task, bool &timed_out) { in GetGenealogyInfoForThread()
/external/rust/crates/parking_lot_core/src/thread_parker/windows/
Dmod.rs103 pub fn timed_out(&self) -> bool { in timed_out() method
Dwaitaddress.rs72 pub fn timed_out(&'static self, key: &AtomicUsize) -> bool { in timed_out() method
Dkeyed_event.rs117 pub fn timed_out(&'static self, key: &AtomicUsize) -> bool { in timed_out() method
/external/python/cpython3/Python/
Dceval_gil.h246 int timed_out = 0; in take_gil() local
/external/rust/crates/parking_lot/src/
Draw_rwlock.rs628 let timed_out = !self.lock_common( in lock_exclusive_slow() localVariable
1002 let timed_out = |_, _| {}; in wait_for_readers() localVariable
1098 let timed_out = |_, was_last_thread| { in lock_common() localVariable
Draw_mutex.rs251 let timed_out = |_, was_last_thread| { in lock_slow() localVariable
Donce.rs265 let timed_out = |_, _| unreachable!(); in call_once_slow() localVariable
Dcondvar.rs28 pub fn timed_out(self) -> bool { in timed_out() method
325 let timed_out = |k, was_last_thread| { in wait_until_internal() localVariable
/external/mesa3d/src/gallium/frontends/xa/
Dxa_context.c385 boolean timed_out; in xa_fence_wait() local
/external/parameter-framework/asio-1.10.6/include/asio/
Derror.hpp138 timed_out = ASIO_SOCKET_ERROR(ETIMEDOUT), enumerator
/external/libevent/test/
Dregress_thread.c264 int timed_out; member
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/framework/jdwp/
DParsedEvent.java329 private boolean timed_out; field in ParsedEvent.Event_MONITOR_WAITED
/external/wpa_supplicant_8/wpa_supplicant/hidl/1.4/
Dhidl.h178 u8 timed_out, const u8 *assoc_resp_ie, size_t assoc_resp_ie_len) {} in wpas_hidl_notify_assoc_reject()
/external/libusb/libusb/
Dio.c1710 uint8_t timed_out; in usbi_handle_transfer_cancellation() local
/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/
DEventSetImpl.java341 private boolean timed_out; field in EventSetImpl.MonitorWaitedEventImpl

12