Changeset 53af6e8c in mainline for kernel/generic/src/ipc/ipc.c
- Timestamp:
- 2012-08-26T13:53:26Z (13 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- eb5560a
- Parents:
- 20282ef3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/ipc/ipc.c
r20282ef3 r53af6e8c 196 196 } else { 197 197 /* 198 * Hold the sender task so that it does not suddenly disappear199 * while we are working with it.200 */201 task_hold(call->sender);202 203 /*204 198 * If the call is still active, i.e. it was answered 205 199 * in a non-standard way, remove the call from the … … 232 226 233 227 waitq_wakeup(&callerbox->wq, WAKEUP_FIRST); 234 235 task_release(call->sender);236 228 } 237 229
Note:
See TracChangeset
for help on using the changeset viewer.