QtCore/qatomic_vxworks.h File Reference

qatomic_vxworks.h File Reference

Macros

#define Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE
 
#define Q_ATOMIC_INT_TEST_AND_SET_IS_NOT_NATIVE
 
#define Q_ATOMIC_INT_FETCH_AND_STORE_IS_NOT_NATIVE
 
#define Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE
 
#define Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE
 
#define Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE
 
#define Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE
 

Functions

QT_BEGIN_HEADER int taskLock ()
 
int taskUnlock ()
 

Macro Definition Documentation

#define Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE

Definition at line 70 of file qatomic_vxworks.h.

#define Q_ATOMIC_INT_TEST_AND_SET_IS_NOT_NATIVE

Definition at line 77 of file qatomic_vxworks.h.

#define Q_ATOMIC_INT_FETCH_AND_STORE_IS_NOT_NATIVE

Definition at line 84 of file qatomic_vxworks.h.

#define Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE

Definition at line 91 of file qatomic_vxworks.h.

#define Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE

Definition at line 98 of file qatomic_vxworks.h.

#define Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE

Definition at line 107 of file qatomic_vxworks.h.

#define Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE

Definition at line 116 of file qatomic_vxworks.h.

Function Documentation

QT_BEGIN_HEADER int taskLock ( )
inline

Definition at line 61 of file qatomic_vxworks.h.

61 { return 0; }
int taskUnlock ( )
inline

Definition at line 62 of file qatomic_vxworks.h.

62 { return 0; }

Go to the source code of this file.