Kernel - Working on allowing \0 out debug
[tpg/acess2.git] / KernelLand / Kernel / threads.c
index 1781f69..b2ce594 100644 (file)
@@ -505,6 +505,7 @@ tTID Threads_WaitTID(int TID, int *Status)
        // Specific Thread
        if(TID > 0)
        {
+               // TODO: Register on thread to be poked when it dies
                tTID    ret;
                // NOTE: Race condition - Other child dies, desired child dies, first death is 'lost'
                while( (ret = Threads_WaitTID(-1, Status)) != TID )

UCC git Repository :: git.ucc.asn.au