|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
projects/openmp/runtime/src/kmp_alloc.cpp 514 TCW_PTR(ba->bb.bthr,
548 TCW_PTR(ba->bb.bthr, th); // not an allocated address (do not mark)
595 TCW_PTR(bdh->bh.bb.bthr, th); // don't mark buffer as allocated,
919 TCW_PTR(b->bh.bb.bthr,
projects/openmp/runtime/src/kmp_runtime.cpp 189 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stackbase, stack_addr);
190 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize,
194 TCW_PTR(other_threads[i]->th.th_info.ds.ds_stacksize,
4066 TCW_PTR(this_thr->th.th_sleep_loc, NULL);
5563 TCW_PTR(this_th->th.th_team, NULL);
5564 TCW_PTR(this_th->th.th_root, NULL);
5565 TCW_PTR(this_th->th.th_dispatch, NULL); /* NOT NEEDED */
5624 TCW_PTR(this_th->th.th_next_pool, *scan);
projects/openmp/runtime/src/kmp_tasking.cpp 3312 TCW_PTR(__kmp_free_task_teams, task_team->tt.tt_next);
3359 TCW_PTR(__kmp_free_task_teams, task_team);
3523 TCW_PTR(this_thr->th.th_task_team,
3574 TCW_PTR(this_thr->th.th_task_team, NULL);
projects/openmp/runtime/src/kmp_threadprivate.cpp 658 TCW_PTR(*cache, my_cache);
670 TCW_PTR((*cache)[global_tid], ret);
projects/openmp/runtime/src/z_Linux_util.cpp 508 TCW_PTR(th->th.th_info.ds.ds_stackbase, (((char *)addr) + size));
509 TCW_PTR(th->th.th_info.ds.ds_stacksize, size);
516 TCW_PTR(th->th.th_info.ds.ds_stacksize, 0);
517 TCW_PTR(th->th.th_info.ds.ds_stackbase, &stack_data);
1492 TCW_PTR(th->th.th_sleep_loc, (void *)flag);
1647 TCW_PTR(th->th.th_sleep_loc, NULL);