Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove mqueue and timer, now they are in librt. | davidxu | 2006-03-08 | 1 | -517/+0 |
* | Allow background threads to be suspended. | davidxu | 2006-01-08 | 1 | -1/+4 |
* | 1. Add SIGEV_THREAD notification for mq_notify. | davidxu | 2006-01-04 | 1 | -198/+339 |
* | Fix name compatible problem with POSIX standard. the sigval_ptr and | davidxu | 2005-11-04 | 1 | -5/+5 |
* | Fix some comments, eliminate a memory leak. | davidxu | 2005-11-01 | 1 | -6/+13 |
* | Use TIMERS_UNLOCK. | davidxu | 2005-11-01 | 1 | -1/+1 |
* | Add code to handle timer_delete(). The timer wrapper code is completely | davidxu | 2005-11-01 | 1 | -66/+262 |
* | Add thread exit handler in timer_loop to handle broken buggy code which | davidxu | 2005-10-30 | 1 | -1/+3 |
* | Add experiment code to implement POSIX timer's SIGEV_THREAD notification. | davidxu | 2005-10-26 | 1 | -0/+168 |