LLVM OpenMP* Runtime Library
|
#include <kmp_wait_release.h>
Public Member Functions | |
volatile P * | get () |
flag_type | get_type () |
Private Attributes | |
volatile P * | loc |
flag_type | t |
Base class for wait/release volatile flag
Definition at line 48 of file kmp_wait_release.h.
|
inline |
Definition at line 57 of file kmp_wait_release.h.
Definition at line 61 of file kmp_wait_release.h.
|
private |
Pointer to the flag storage that is modified by another thread
Definition at line 49 of file kmp_wait_release.h.
Referenced by kmp_flag< kmp_uint32 >::get(), and kmp_flag< kmp_uint32 >::get_type().
"Type" of the flag in loc
Definition at line 50 of file kmp_wait_release.h.
Referenced by kmp_flag< kmp_uint32 >::get_type().