Ignore:
Timestamp:
May 5, 2011, 5:36:53 AM (14 years ago)
Author:
Dmitry A. Kuminov
Message:

trunk: Merged in qt 4.7.2 sources from branches/vendor/nokia/qt.

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk

  • trunk/src/corelib/thread/qatomic.cpp

    r651 r846  
    11/****************************************************************************
    22**
    3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies).
     3** Copyright (C) 201 Nokia Corporation and/or its subsidiary(-ies).
    44** All rights reserved.
    55** Contact: Nokia Corporation ([email protected])
     
    4949    For atomic operations on pointers, see the QAtomicPointer class.
    5050
    51     An complex operation that completes without interruption is said
    52     to be \e atomic. The QAtomicInt class provides atomic reference
    53     counting, test-and-set, fetch-and-store, and fetch-and-add for
    54     integers.
     51    An \e atomic operation is a complex operation that completes without interruption.
     52    The QAtomicInt class provides atomic reference counting, test-and-set, fetch-and-store,
     53    and fetch-and-add for integers.
    5554
    5655    \section1 Non-atomic convenience operators
     
    636635    For atomic operations on integers, see the QAtomicInt class.
    637636
    638     An complex operation that completes without interruption is said
    639     to be \e atomic. The QAtomicPointer class provides atomic
    640     test-and-set, fetch-and-store, and fetch-and-add for pointers.
     637    An \e atomic operation is a complex operation that completes without interruption.
     638    The QAtomicPointer class provides atomic test-and-set, fetch-and-store, and fetch-and-add for pointers.
    641639
    642640    \section1 Non-atomic convenience operators
Note: See TracChangeset for help on using the changeset viewer.