[docs] IPC: don't mention undoc'ed QBasicAtomic
Use Q(non-Basic)Atomic instead. Amends 7a370838177e581c8a9342808ba86e081951a41c. Task-number: QTBUG-55421 Pick-to: 6.10 6.9 6.8 Change-Id: Ia8cc059a94acbee667c19b443ed2e2f487b56806 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
This commit is contained in:
parent
bac0226ac3
commit
0ba05ca500
@ -139,7 +139,7 @@
|
||||
|
||||
To achieve locking of the shared memory segment, applications will need to
|
||||
deploy their own mechanisms. One way may be to use \l QLockFile. Another
|
||||
and less costly solution is to use QBasicAtomicInteger or \c{std::atomic} in
|
||||
and less costly solution is to use QAtomicInteger or \c{std::atomic} in
|
||||
a pre-determined offset in the segment itself. Higher-level locking
|
||||
primitives may be available on some operating systems; for example, on
|
||||
Linux, applications can set the "pshared" flag in the mutex attribute
|
||||
|
Loading…
x
Reference in New Issue
Block a user