summaryrefslogtreecommitdiffstats
path: root/atomic.h
Commit message (Collapse)AuthorAgeFilesLines
* moved files to the runtimeRainer Gerhards2008-04-161-50/+0
| | | | | | there are still some files left which could go into the runtime, but I think we will delete most of them once we are done with the full modularization.
* disabled atomic operations for the time being because they introduce someRainer Gerhards2008-04-021-1/+8
| | | | | cross-platform trouble - need to see how to fix this in the best possible way
* worked a bit on atomic memory operations to support problem-free threadingRainer Gerhards2008-03-311-1/+7
| | | | (only at non-intrusive places)
* added initial support for atomic operationsRainer Gerhards2008-03-311-0/+37