OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Timeout
(Results
1 - 25
of
58
) sorted by relevancy
1
2
3
/src/sys/external/bsd/gnu-efi/dist/lib/
event.c
82
IN UINT64
Timeout
OPTIONAL
90
if (
Timeout
) {
102
uefi_call_wrapper(BS->SetTimer, 3, TimerEvent, TimerRelative,
Timeout
);
125
// No
timeout
... just wait on the event
139
IN UINTN
Timeout
,
150
PrintAt (Column, Row, String,
Timeout
);
157
} while (
Timeout
> 0);
/src/sys/external/bsd/acpica/dist/executer/
exsystem.c
57
*
Timeout
- Max time to wait
70
UINT16
Timeout
)
89
Status = AcpiOsWaitSemaphore (Semaphore, 1,
Timeout
);
109
*
Timeout
- Max time to wait
122
UINT16
Timeout
)
141
Status = AcpiOsAcquireMutex (Mutex,
Timeout
);
exmutex.c
156
* PARAMETERS:
Timeout
-
Timeout
in milliseconds
177
UINT16
Timeout
,
208
Status = AcpiEvAcquireGlobalLock (
Timeout
);
212
Status = AcpiExSystemWaitMutex (ObjDesc->Mutex.OsMutex,
Timeout
);
217
/* Includes failure from a
timeout
on TimeDesc */
237
* PARAMETERS: TimeDesc -
Timeout
integer
/src/games/phantasia/
phantglobs.c
23
bool
Timeout
; /* set if short
timeout
waiting for input */
phantglobs.h
15
extern bool
Timeout
; /* set if short
timeout
waiting for input */
io.c
202
/* set
timeout
*/
203
if (
Timeout
)
210
alarm(0); /* turn off
timeout
*/
/src/sys/external/bsd/acpica/dist/utilities/
utxfmutex.c
136
*
Timeout
- Max time to wait for the lock (millisec)
152
UINT16
Timeout
)
168
Status = AcpiOsAcquireMutex (MutexObj->Mutex.OsMutex,
Timeout
);
/src/external/apache2/llvm/dist/llvm/tools/bugpoint/
ToolRunner.h
67
unsigned
Timeout
= 0, unsigned MemoryLimit = 0);
113
virtual Error compileProgram(const std::string &Bitcode, unsigned
Timeout
= 0,
123
unsigned
Timeout
= 0,
140
unsigned
Timeout
= 0, unsigned MemoryLimit = 0) = 0;
166
Error compileProgram(const std::string &Bitcode, unsigned
Timeout
= 0,
174
unsigned
Timeout
= 0, unsigned MemoryLimit = 0) override;
177
std::string &OutFile, unsigned
Timeout
= 0,
ToolRunner.cpp
107
unsigned
Timeout
= 0, unsigned MemoryLimit = 0) {
124
ErrorFilename.str(),
Timeout
, MemoryLimit);
161
unsigned
Timeout
= 0, unsigned MemoryLimit = 0) override;
171
unsigned
Timeout
, unsigned MemoryLimit) {
199
OutputFile,
Timeout
, MemoryLimit);
249
Error compileProgram(const std::string &Bitcode, unsigned
Timeout
= 0,
257
unsigned
Timeout
= 0, unsigned MemoryLimit = 0) override {
266
unsigned
Timeout
, unsigned MemoryLimit) {
279
if (RunProgramWithTimeout(CompilerCommand, ProgramArgs, "", "", "",
Timeout
,
281
return ProcessFailure(CompilerCommand, ProgramArgs,
Timeout
, MemoryLimit)
[
all
...]
/src/sys/dev/acpi/acpica/
OsdSynch.c
166
AcpiOsWaitSemaphore(ACPI_SEMAPHORE Handle, UINT32 Units, UINT16
Timeout
)
174
*
timeout
before it will return AE_TIME. A better implementation
183
/* A
timeout
of 0xFFFF means "forever". */
184
if (
Timeout
== 0xFFFF)
187
/* Compute the
timeout
using uSec per tick. */
188
timo = (
Timeout
* 1000) / (1000000 / hz);
196
"get %d units from semaphore %p (has %d)
timeout
%d\n",
197
Units, as, as->as_units,
Timeout
));
/src/sys/external/bsd/gnu-efi/dist/inc/
efiser.h
72
IN UINT32
Timeout
,
112
UINT32
Timeout
;
/src/sys/external/bsd/gnu-efi/dist/inc/protocol/
efidbg.h
54
UINT32
Timeout
;
179
IN UINT32
Timeout
,
/src/sys/external/bsd/acpica/dist/events/
evglock.c
216
* PARAMETERS:
Timeout
- Max time to wait for the lock, in millisec.
236
UINT16
Timeout
)
251
Timeout
);
/src/external/apache2/mDNSResponder/dist/mDNSShared/
dnssd_errstring.c
56
CASE_TO_STR(
Timeout
)
/src/external/mpl/bind/dist/bin/tests/system/stress/
tests_stress_update.py
48
except dns.exception.
Timeout
:
49
isctest.log.info(f"error: query
timeout
for {zone}")
72
unfinished_tasks = concurrent.futures.wait(updaters,
timeout
=300).not_done
/src/sys/external/bsd/acpica/dist/os_specific/service_layers/
oswinxf.c
739
UINT16
Timeout
)
870
*
Timeout
- How long to wait
882
UINT16
Timeout
)
886
UINT32 OsTimeout =
Timeout
;
904
if (
Timeout
== ACPI_WAIT_FOREVER)
909
/* The debug
timeout
will prevent hang conditions */
928
"Debug
timeout
on semaphore 0x%04X (%ums)\n",
938
"%s - No unit received.
Timeout
0x%X, OS_Status 0x%X",
939
AcpiUtGetMutexName (Index),
Timeout
, WaitStatus));
1071
UINT16
Timeout
)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/ssumaxtype/
tests_ssumaxtype.py
64
except dns.exception.
Timeout
:
133
except dns.exception.
Timeout
:
/src/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
KillTheDoctor.cpp
70
cl::opt<unsigned>
Timeout
("t", cl::init(0),
310
if (
Timeout
> std::numeric_limits<uint32_t>::max() / 1000) {
311
errs() << ToolName << ":
Timeout
value too large, must be less than: "
381
if (
Timeout
> 0) {
405
errs() << ToolName << ":
Timeout
Failed: Process has been running for"
411
// TotalTimeMiliseconds is greater than
Timeout
* 1000, TimeLeft would
413
if (TotalTimeMiliseconds > (
Timeout
* 1000)) {
420
TimeLeft = (
Timeout
* 1000) - static_cast<uint32_t>(TotalTimeMiliseconds);
/src/usr.sbin/sysinst/
msg.mbr.de
131
{Setzen des
Timeout
-Wertes}
134
{
Timeout
(Countdown) f�r das Bootmen�: %d\n}
/src/sys/external/bsd/acpica/dist/include/
acpiosxf.h
184
UINT16
Timeout
);
217
UINT16
Timeout
);
acinterp.h
360
UINT16
Timeout
,
456
UINT16
Timeout
);
461
UINT16
Timeout
);
acevents.h
106
UINT16
Timeout
))
/src/external/mpl/bind/dist/bin/tests/system/isctest/
query.py
39
timeout
: int = QUERY_TIMEOUT,
86
"
timeout
":
timeout
,
98
f"
timeout
={
timeout
}, attempts left={attempts-attempt}"
105
except (dns.exception.
Timeout
, ConnectionRefusedError) as e:
125
raise dns.exception.
Timeout
168
def wait_for_serial(server_ip, zone, expected_serial,
timeout
=30):
172
timeout
expires.
177
'
timeout
' is the maximum time to wait in seconds (default 30)
[
all
...]
/src/external/mpl/bind/dist/bin/tests/system/shutdown/
tests_shutdown.py
107
isctest.query.udp, msg, resolver_ip,
timeout
=1, attempts=1
133
except dns.exception.
Timeout
:
/src/sys/external/bsd/acpica/dist/compiler/
aslstubs.c
170
UINT16
Timeout
)
Completed in 84 milliseconds
1
2
3
Indexes created Wed Aug 26 00:26:28 UTC 2026