summaryrefslogtreecommitdiffstats
path: root/lib/libpthread/arch/amd64/include/atomic_ops.h
Commit message (Collapse)AuthorAgeFilesLines
* Repo copy libpthreads to libkse.obrien2007-10-091-57/+0
| | | | | | This introduces the WITHOUT_LIBKSE nob, and changes WITHOUT_LIBPTHREADS to mean with neither threading libs. Approved by: re(kensmith)
* Don't assume sizeof(long) = sizeof(int) on x86; use intdeischen2003-09-031-3/+11
| | | | | | | | | | | | instead of long types for low-level locks. Add prototypes for some internal libc functions that are wrapped by the library as cancellation points. Add memory barriers to alpha atomic swap functions (submitted by davidxu). Requested by: bde
* Add some very beta amd64 bits. These will also need some tweaking.deischen2003-07-191-0/+49
OpenPOWER on IntegriCloud