OpenMP: Add omp_in_explicit_task to omp_runtime_api_call

gcc/
	* omp-low.cc (omp_runtime_api_call): Add omp_in_explicit_task.
This commit is contained in:
Tobias Burnus 2023-03-15 15:31:52 +01:00
parent dc35778a4b
commit cd394c542b

View File

@ -4082,6 +4082,7 @@ omp_runtime_api_call (const_tree fndecl)
"get_thread_num",
"get_wtick",
"get_wtime",
"in_explicit_task",
"in_final",
"in_parallel",
"init_lock",