Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/libgomp/
HDtarget.c349 if (oldn->refcount != REFCOUNT_INFINITY) in gomp_map_vars_existing()
911 if (k->refcount != REFCOUNT_INFINITY) in gomp_map_vars()
1046 if (k->refcount > 1 && k->refcount != REFCOUNT_INFINITY) in gomp_unmap_vars()
1180 tgt->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()
1196 k->refcount = REFCOUNT_INFINITY; in gomp_load_image_to_device()
1228 k->refcount = target_size & link_bit ? REFCOUNT_LINK : REFCOUNT_INFINITY; in gomp_load_image_to_device()
1919 if (k->refcount > 0 && k->refcount != REFCOUNT_INFINITY) in gomp_exit_data()
1923 && k->refcount != REFCOUNT_INFINITY) in gomp_exit_data()
2450 k->refcount = REFCOUNT_INFINITY; in omp_target_associate_ptr()
2487 && n->refcount == REFCOUNT_INFINITY in omp_target_disassociate_ptr()
HDlibgomp.h838 #define REFCOUNT_INFINITY (~(uintptr_t) 0) macro