git.ucc.asn.au
/
tpg
/
acess2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
01fbfb4
)
Placed a comment to not the location of the blocker
author
John Hodge
<
[email protected]
>
Sat, 2 Oct 2010 13:56:44 +0000
(21:56 +0800)
committer
John Hodge
<
[email protected]
>
Sat, 2 Oct 2010 13:56:44 +0000
(21:56 +0800)
Kernel/threads.c
patch
|
blob
|
history
diff --git
a/Kernel/threads.c
b/Kernel/threads.c
index
3b73111
..
b9d59f3
100644
(file)
--- a/
Kernel/threads.c
+++ b/
Kernel/threads.c
@@
-1044,6
+1044,9
@@
void Mutex_Release(tMutex *Mutex)
Mutex->Owner = Mutex->Waiting; // Set owner
Mutex->Waiting = Mutex->Waiting->Next; // Next!
// Reset ->LastWaiting to NULL if we have just removed the last waiting thread
+ // 2010-10-02 21:50 - Comemerating the death of the longest single
+ // blocker in the Acess2 history. REMEMBER TO
+ // FUCKING MAINTAIN YOUR FUCKING LISTS DIPWIT
if( Mutex->LastWaiting == Mutex->Owner )
Mutex->LastWaiting = NULL;
UCC
git Repository :: git.ucc.asn.au