Unlock mutexes on process death
This commit is contained in:
@@ -18,5 +18,6 @@ struct proc_mutex {
|
||||
void proc_cleanup_resource_mutex (struct proc_resource* resource);
|
||||
void proc_mutex_lock (struct proc* proc, struct proc_mutex* mutex);
|
||||
bool proc_mutex_unlock (struct proc* proc, struct proc_mutex* mutex);
|
||||
void proc_mutexes_cleanup (struct proc* proc);
|
||||
|
||||
#endif // _KERNEL_PROC_MUTEX_H
|
||||
|
||||
Reference in New Issue
Block a user