Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-11-20 | Provide pthread-based alternative implementation | Keith Packard | 1 | -1/+1 | |
This uses pthread mutexes and condition variables instead of futexes. Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com> | |||||
2013-11-20 | Add test program | Keith Packard | 2 | -0/+187 | |
Signed-off-by: Keith Packard <keithp@keithp.com> Reviewed-by: Adam Jackson <ajax@redhat.com> |