Searched refs:this_th (Results 1 – 1 of 1) sorted by relevance
5895 void __kmp_free_thread(kmp_info_t *this_th) { in __kmp_free_thread() argument5900 __kmp_get_gtid(), this_th->th.th_info.ds.ds_gtid)); in __kmp_free_thread()5902 KMP_DEBUG_ASSERT(this_th); in __kmp_free_thread()5907 kmp_balign_t *balign = this_th->th.th_bar; in __kmp_free_thread()5914 this_th->th.th_task_state = 0; in __kmp_free_thread()5915 this_th->th.th_reap_state = KMP_SAFE_TO_REAP; in __kmp_free_thread()5918 TCW_PTR(this_th->th.th_team, NULL); in __kmp_free_thread()5919 TCW_PTR(this_th->th.th_root, NULL); in __kmp_free_thread()5920 TCW_PTR(this_th->th.th_dispatch, NULL); /* NOT NEEDED */ in __kmp_free_thread()5922 while (this_th->th.th_cg_roots) { in __kmp_free_thread()[all …]