Searched refs:__kmp_allocate_cons_stack (Results 1 – 3 of 3) sorted by relevance
28 struct cons_header *__kmp_allocate_cons_stack(int gtid);
127 struct cons_header *__kmp_allocate_cons_stack(int gtid) { in __kmp_allocate_cons_stack() function
3709 root_thread->th.th_cons = __kmp_allocate_cons_stack(gtid); in __kmp_register_root()5712 this_thr->th.th_cons = __kmp_allocate_cons_stack(gtid); // ATT: Memory leak? in __kmp_launch_thread()