Searched refs:timeout_mp_id (Results 1 - 1 of 1) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/am-utils/dist/amd/
H A Dmap.c71 static int timeout_mp_id; /* Id from last call to timeout */ variable
1090 timeout_mp_id = timeout(t - now, timeout_mp, NULL);
1100 if (timeout_mp_id)
1101 untimeout(timeout_mp_id);
1102 timeout_mp_id = timeout(0, timeout_mp, NULL);

Completed in 295 milliseconds