Opened 16 years ago
Closed 16 years ago
#5 closed task (fixed)
Port atomic functions
| Reported by: | Dmitry A. Kuminov | Owned by: | Dmitry A. Kuminov |
|---|---|---|---|
| Priority: | major | Milestone: | QtCore Beta |
| Component: | QtCore | Version: | 4.5.1 Beta 1 |
| Severity: | Keywords: | ||
| Cc: |
Description
We need to pick up the correct version of atomic functions from src/corelib/arch or write our own.
Change History (2)
comment:1 by , 16 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:2 by , 16 years ago
| Resolution: | → fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

It seems to be quite easy: the implementation of atomic primitives for the i386 architecture used with GCC compilers (
qatomic_i386.h) should be fine for os2-g++ too.Done that in r49.