OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:timeout_mp_id
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/am-utils/dist/amd/
map.c
67
static int
timeout_mp_id
; /* Id from last call to timeout */
variable
1087
timeout_mp_id
= timeout(t - now, timeout_mp, NULL);
1097
if (
timeout_mp_id
)
1098
untimeout(
timeout_mp_id
);
1099
timeout_mp_id
= timeout(0, timeout_mp, NULL);
map.c
67
static int
timeout_mp_id
; /* Id from last call to timeout */
variable
1087
timeout_mp_id
= timeout(t - now, timeout_mp, NULL);
1097
if (
timeout_mp_id
)
1098
untimeout(
timeout_mp_id
);
1099
timeout_mp_id
= timeout(0, timeout_mp, NULL);
Completed in 110 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026