Home
last modified time | relevance | path

Searched defs:TimeoutEntry (Results 1 – 3 of 3) sorted by relevance

/dports/security/masscan/masscan-1.3.2/src/
H A Devent-timeout.h17 struct TimeoutEntry { struct
27 struct TimeoutEntry *next; argument
28 struct TimeoutEntry **prev; argument
40 timeout_unlink(struct TimeoutEntry *entry) in timeout_unlink() argument
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/fbreader/src/optionsDialog/system/
H A DSystemOptionsDialog.cpp36 class TimeoutEntry : public ZLSimpleSpinOptionEntry { class
43 TimeoutEntry::TimeoutEntry(ZLIntegerRangeOption &option) : ZLSimpleSpinOptionEntry(option, 5) { in TimeoutEntry() function in TimeoutEntry
/dports/lang/rust/rustc-1.58.1-src/library/test/src/
H A Dlib.rs223 struct TimeoutEntry { in run_tests() struct
224 id: TestId, in run_tests()
225 desc: TestDesc, in run_tests()
226 timeout: Instant, in run_tests()
284 timeout_queue: &mut VecDeque<TimeoutEntry>, in run_tests()