Home
last modified time | relevance | path

Searched refs:th_task (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_taskq.cpp155 __kmp_printf("th_task=%p, ", thunk->th_task); in __kmp_dump_thunk()
630 p->th_task = 0; in __kmp_free_thunk()
1246 thunk->th_task(global_tid, thunk); in __kmp_execute_task_from_queue()
1423 new_taskq_thunk->th_task = taskq_task; in __kmpc_taskq()
2014 new_thunk->th_task = task; in __kmpc_task_buffer()
H A Dkmp.h1384 kmpc_task_t th_task; /* taskq_task if flags & TQF_TASKQ_TASK */ member