mirror of
https://github.com/drasko/codezero.git
synced 2026-01-15 20:33:16 +01:00
Some not-very-well working progress on grouply exit.
Going to start from scratch.
This commit is contained in:
@@ -132,7 +132,7 @@ int mutex_lock(struct mutex *mutex)
|
||||
|
||||
/* Did we wake up normally or get interrupted */
|
||||
if (current->flags & TASK_INTERRUPTED) {
|
||||
printk("Thread (%d) interrupted on mutex sleep\n", current->tid);
|
||||
printk("XXXXXXXXXXXXXXXX (%d) Interrupted\n", current->tid);
|
||||
current->flags &= ~TASK_INTERRUPTED;
|
||||
return -EINTR;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user