Lines Matching refs:codeptr
2232 void *codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmpc_taskgroup() local
2233 if (!codeptr) in __kmpc_taskgroup()
2234 codeptr = OMPT_GET_RETURN_ADDRESS(0); in __kmpc_taskgroup()
2242 &(my_task_data), codeptr); in __kmpc_taskgroup()
2259 void *codeptr; in __kmpc_end_taskgroup() local
2265 codeptr = OMPT_LOAD_RETURN_ADDRESS(gtid); in __kmpc_end_taskgroup()
2266 if (!codeptr) in __kmpc_end_taskgroup()
2267 codeptr = OMPT_GET_RETURN_ADDRESS(0); in __kmpc_end_taskgroup()
2292 &(my_task_data), codeptr); in __kmpc_end_taskgroup()
2318 &(my_task_data), codeptr); in __kmpc_end_taskgroup()
2345 &(my_task_data), codeptr); in __kmpc_end_taskgroup()