Searched refs:this_th (Results 1 – 1 of 1) sorted by relevance
5886 void __kmp_free_thread(kmp_info_t *this_th) { in __kmp_free_thread() argument5891 __kmp_get_gtid(), this_th->th.th_info.ds.ds_gtid)); in __kmp_free_thread()5893 KMP_DEBUG_ASSERT(this_th); in __kmp_free_thread()5898 kmp_balign_t *balign = this_th->th.th_bar; in __kmp_free_thread()5905 this_th->th.th_task_state = 0; in __kmp_free_thread()5906 this_th->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_free_thread()5909 TCW_PTR(this_th->th.th_team, NULL); in __kmp_free_thread()5910 TCW_PTR(this_th->th.th_root, NULL); in __kmp_free_thread()5911 TCW_PTR(this_th->th.th_dispatch, NULL); /* NOT NEEDED */ in __kmp_free_thread()5913 while (this_th->th.th_cg_roots) { in __kmp_free_thread()[all …]