Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_runtime.cpp2268 team->t.t_stack_id = in __kmp_fork_call()
2441 .t_stack_id); // destroy the stack stitching id after join barrier in __kmp_join_call()
7016 team->t.t_stack_id); // inform ittnotify about entering user's code in __kmp_invoke_task_func()
7069 team->t.t_stack_id); // inform ittnotify about leaving user's code in __kmp_invoke_task_func()
H A Dkmp.h2749 void *t_stack_id; // team specific stack stitching id (for ittnotify) member