Subversion Repositories HelenOS-historic

Rev

Rev 1580 | Rev 1585 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1580 Rev 1583
Line 353... Line 353...
353
    /*
353
    /*
354
     * Now there are no other threads in this task
354
     * Now there are no other threads in this task
355
     * and no new threads can be created.
355
     * and no new threads can be created.
356
     */
356
     */
357
   
357
   
358
    /*
-
 
359
     * TODO:
358
    ipc_cleanup();
360
     * Close IPC communication and release used futexes.
-
 
361
     * When this thread exits, the task refcount drops to zero and the task structure is
-
 
362
     * cleaned.
359
    futex_cleanup();
363
     */
-
 
364
}
360
}