Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | overhaul posix semaphores to fix destructability race | Rich Felker | 2011-08-02 | 1 | -1/+4 |
* | change sem_trywait algorithm so it never has to call __wake | Rich Felker | 2011-04-14 | 1 | -3/+2 |
* | major semaphore improvements (performance and correctness) | Rich Felker | 2011-04-06 | 1 | -3/+2 |
* | fix some semaphore wait semantics (race condition deadlock and error checking) | Rich Felker | 2011-03-10 | 1 | -1/+2 |
* | implement POSIX semaphores | Rich Felker | 2011-03-04 | 1 | -0/+11 |