Changeset c74804f in mainline
- Timestamp:
- 2006-06-05T23:55:06Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6f9a9bc
- Parents:
- d8f7362
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/synch/waitq.c
rd8f7362 rc74804f 148 148 goto grab_locks; /* avoid deadlock */ 149 149 } 150 151 if (t->timeout_pending && timeout_unregister(&t->sleep_timeout)) 152 t->timeout_pending = false; 150 153 151 154 list_remove(&t->wq_link);
Note:
See TracChangeset
for help on using the changeset viewer.