Searched refs:flag_type (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_wait_release.h37 * The flag_type describes the storage used for the flag.
39 enum flag_type { enum
50 flag_type t;
54 kmp_flag_native(volatile P *p, flag_type ft) : loc(p), t(ft) {}
58 flag_type get_type() { return t; }
70 flag_type t; /**< "Type" of the flag in loc */
73 kmp_flag(std::atomic<P> *p, flag_type ft) : loc(p), t(ft) {}
87 * @result the flag_type
89 flag_type get_type() { return t; }
519 static const flag_type
[all...]

Completed in 80 milliseconds