Intel® 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 67 of file kmp_wait_release.h.
|
inline |
Definition at line 76 of file kmp_wait_release.h.
Definition at line 84 of file kmp_wait_release.h.
|
inline |
new_loc | in set loc to point at new_loc |
Definition at line 80 of file kmp_wait_release.h.
|
private |
Pointer to the flag storage that is modified by another thread
Definition at line 68 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 69 of file kmp_wait_release.h.
Referenced by kmp_flag< kmp_uint32 >::get_type().