Searched defs:timeout_add (Results 1 - 2 of 2) sorted by relevance

/dovecot/src/lib/
H A Dioloop.h110 timeout_add(unsigned int msecs, const char *source_filename,
113 #define timeout_add(msecs, callback, context) \ macro
114 timeout_add(msecs, __FILE__, __LINE__ + \
H A Dioloop.c289 #undef timeout_add macro
290 struct timeout *timeout_add(unsigned int msecs, const char *source_filename, function
316 return timeout_add(msecs, source_filename, source_linenum,

Completed in 27 milliseconds