• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/

Lines Matching defs:flag

904   // code, the flag will be reset to 1 again by this same function
912 /* If the tasks' destructor thunk flag has been set, we need to invoke the
1295 // GEH - TODO: fix this to copy parent task's value of tasking_ser flag
1298 // GEH - TODO: fix this to copy parent task's value of team_serial flag
1852 kmp_flag_32 flag(RCAST(std::atomic<kmp_uint32> *,
1856 flag.execute_tasks(thread, gtid, FALSE,
2481 kmp_flag_32 flag(RCAST(std::atomic<kmp_uint32> *, &(taskgroup->count)),
2484 flag.execute_tasks(thread, gtid, FALSE,
2784 kmp_info_t *thread, kmp_int32 gtid, C *flag, int final_spin,
2915 if (flag == NULL || (!final_spin && flag->done_check())) {
2960 if (flag != NULL && flag->done_check()) {
2990 kmp_info_t *thread, kmp_int32 gtid, kmp_flag_32 *flag, int final_spin,
2994 thread, gtid, flag, final_spin,
2999 kmp_info_t *thread, kmp_int32 gtid, kmp_flag_64 *flag, int final_spin,
3003 thread, gtid, flag, final_spin,
3008 kmp_info_t *thread, kmp_int32 gtid, kmp_flag_oncore *flag, int final_spin,
3012 thread, gtid, flag, final_spin,
3536 // wait is a flag that defaults to 1 (see kmp.h), but waiting can be turned off
3555 kmp_flag_32 flag(RCAST(std::atomic<kmp_uint32> *,
3558 flag.wait(this_thr, TRUE USE_ITT_BUILD_ARG(itt_sync_obj));
3587 int flag = FALSE;
3595 &flag USE_ITT_BUILD_ARG(NULL), 0)) {
3952 // Routine optionally generated by the compiler for setting the lastprivate flag
3955 // Parameters: dest task, src task, lastprivate flag.
4120 // schedule the last task, set lastprivate flag if needed
4147 if (ptask_dup != NULL) // set lastprivate flag, construct firstprivates,
4403 kmp_uint64 ub_glob = upper; // global upper used to calc lastprivate flag