|
LLVM OpenMP* Runtime Library
|
#include <kmp_wait_release.h>
Public Member Functions | |
| volatile P * | get () |
| void | set (volatile P *new_loc) |
| 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 59 of file kmp_wait_release.h.
Definition at line 67 of file kmp_wait_release.h.
|
inline |
| new_loc | in set loc to point at new_loc |
Definition at line 63 of file kmp_wait_release.h.
|
private |
Pointer to the flag storage that is modified by another thread
Definition at line 50 of file kmp_wait_release.h.
Referenced by kmp_flag< kmp_uint32 >::get(), and kmp_flag< kmp_uint32 >::set().
"Type" of the flag in loc
Definition at line 52 of file kmp_wait_release.h.
Referenced by kmp_flag< kmp_uint32 >::get_type().
1.8.13