Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement compile time debug support for spinlocks. | jb | 1998-06-09 | 1 | -5/+24 |
| | | | | | | Simplify the atomic lock prototype, removing the lock value. Delete the unlock prototypes that are not required. | ||||
* | In a threaded library, expect the lock field to be declared volatile, | jb | 1998-05-05 | 1 | -5/+5 |
| | | | | | so provide function prototypes that respect that, avoiding a gcc warning that `volatile' is being thrown away. | ||||
* | Add a private (to libc, libc_r and libpthread) header file containing | jb | 1998-03-09 | 1 | -0/+52 |
prototypes for the spinlock functions that will be used for thread locks. libc will have stubs declared with weak symbols. libpthread and libc_r will have functions that really do something. |