In queue.c: timer_callback set_next_timer remove_timeout_user
is one. remove_timeout_user() is only called when queue->timeout is set however.
On Sat, 2003-08-23 at 19:06, Alexandre Julliard wrote:
That shouldn't happen, the timeout can be either handled or removed, but not both. Exactly where do you see this happen? Do we somewhere call remove_timeout_user while handling the timeout?