Changeset c74804f in mainline


Ignore:
Timestamp:
2006-06-05T23:55:06Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
6f9a9bc
Parents:
d8f7362
Message:

When interrupted from sleep, pending timeouts must be unregistered.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/synch/waitq.c

    rd8f7362 rc74804f  
    148148                        goto grab_locks;        /* avoid deadlock */
    149149                }
     150
     151                if (t->timeout_pending && timeout_unregister(&t->sleep_timeout))
     152                        t->timeout_pending = false;
    150153
    151154                list_remove(&t->wq_link);
Note: See TracChangeset for help on using the changeset viewer.