OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:start_timeout
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/mit/libuv/dist/docs/code/uvwget/
main.c
103
void
start_timeout
(CURLM *multi, long timeout_ms, void *userp) {
function
157
curl_multi_setopt(curl_handle, CURLMOPT_TIMERFUNCTION,
start_timeout
);
/src/external/gpl2/lvm2/dist/daemons/clvmd/
clvmd.c
142
static void be_daemon(int
start_timeout
);
287
int
start_timeout
= 0;
local
334
start_timeout
= atoi(optarg);
335
if (
start_timeout
<= 0) {
364
be_daemon(
start_timeout
);
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026