Home
last modified time | relevance | path

Searched refs:ct_taskq (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_taskq.cpp1234 __kmp_push_workshare(global_tid, ct_taskq, queue->tq_loc); in __kmp_execute_task_from_queue()
1505 __kmp_push_workshare(global_tid, ct_taskq, new_queue->tq_loc); in __kmpc_taskq()
1873 __kmp_pop_workshare(global_tid, ct_taskq, loc); in __kmpc_taskq_task()
1918 __kmp_pop_workshare(global_tid, ct_taskq, loc); in __kmpc_end_taskq_task()
H A Dkmp_error.cpp274 if (p->stack_data[p->w_top].type == ct_taskq) {
H A Dkmp.h1160 ct_taskq, enumerator
1177 (((int)(ct)) >= ((int)ct_taskq) && ((int)(ct)) <= ((int)ct_task_ordered))