LLVM OpenMP 20.0.0git
|
#include "kmp_wait_release.h"
Go to the source code of this file.
Functions | |
void | __kmp_wait_64 (kmp_info_t *this_thr, kmp_flag_64<> *flag, int final_spin USE_ITT_BUILD_ARG(void *itt_sync_obj)) |
void | __kmp_release_64 (kmp_flag_64<> *flag) |
void __kmp_release_64 | ( | kmp_flag_64<> * | flag | ) |
Definition at line 25 of file kmp_wait_release.cpp.
References __kmp_release_template(), and flag.
Referenced by __kmp_reap_thread().
void __kmp_wait_64 | ( | kmp_info_t * | this_thr, |
kmp_flag_64<> * | flag, | ||
int final_spin | USE_ITT_BUILD_ARGvoid *itt_sync_obj | ||
) |
Definition at line 15 of file kmp_wait_release.cpp.
References FALSE, flag, TRUE, and USE_ITT_BUILD_ARG.