| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
struct _spinlock. Keep the typedef in for now; another set of changes
may come around to clean up consumers of spinlocks.
Requested by: bde
|
|
|
|
|
|
| |
more complicated things than just setting the lock to 0.
- Implement stubs for this function in libc and the two threading libraries
that are currently in the tree.
|
| |
|
| |
|
|
|
|
|
|
| |
Simplify the atomic lock prototype, removing the lock value.
Delete the unlock prototypes that are not required.
|
|
|
|
|
| |
so provide function prototypes that respect that, avoiding a gcc
warning that `volatile' is being thrown away.
|
|
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.
|