|
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 49 of file kmp_wait_release.h.
|
inline |
Definition at line 60 of file kmp_wait_release.h.
Definition at line 68 of file kmp_wait_release.h.
|
inline |
| new_loc | in set loc to point at new_loc |
Definition at line 64 of file kmp_wait_release.h.
|
private |
Pointer to the flag storage that is modified by another thread
Definition at line 51 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 53 of file kmp_wait_release.h.
Referenced by kmp_flag< kmp_uint32 >::get_type().
1.8.13