Qt 4.8
Macros | Functions
qatomic_vxworks.h File Reference

Go to the source code of this file.

Macros

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

Functions

int taskLock ()
 
int taskUnlock ()
 

Macro Definition Documentation

◆ Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE

#define Q_ATOMIC_INT_FETCH_AND_ADD_IS_NOT_NATIVE

Definition at line 91 of file qatomic_vxworks.h.

◆ Q_ATOMIC_INT_FETCH_AND_STORE_IS_NOT_NATIVE

#define Q_ATOMIC_INT_FETCH_AND_STORE_IS_NOT_NATIVE

Definition at line 84 of file qatomic_vxworks.h.

◆ Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE

#define Q_ATOMIC_INT_REFERENCE_COUNTING_IS_NOT_NATIVE

Definition at line 70 of file qatomic_vxworks.h.

◆ Q_ATOMIC_INT_TEST_AND_SET_IS_NOT_NATIVE

#define Q_ATOMIC_INT_TEST_AND_SET_IS_NOT_NATIVE

Definition at line 77 of file qatomic_vxworks.h.

◆ Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE

#define Q_ATOMIC_POINTER_FETCH_AND_ADD_IS_NOT_NATIVE

Definition at line 116 of file qatomic_vxworks.h.

◆ Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE

#define Q_ATOMIC_POINTER_FETCH_AND_STORE_IS_NOT_NATIVE

Definition at line 107 of file qatomic_vxworks.h.

◆ Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE

#define Q_ATOMIC_POINTER_TEST_AND_SET_IS_NOT_NATIVE

Definition at line 98 of file qatomic_vxworks.h.

Function Documentation

◆ taskLock()

int taskLock ( )
inline

Definition at line 61 of file qatomic_vxworks.h.

61 { return 0; }

◆ taskUnlock()

int taskUnlock ( )
inline

Definition at line 62 of file qatomic_vxworks.h.

62 { return 0; }