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