Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtarget.c439 uintptr_t *refcount_ptr = &k->refcount; in gomp_increment_refcount() local
442 refcount_ptr = &k->structelem_refcount; in gomp_increment_refcount()
444 refcount_ptr = k->structelem_refcount_ptr; in gomp_increment_refcount()
448 if (htab_find (*refcount_set, refcount_ptr)) in gomp_increment_refcount()
450 uintptr_t **slot = htab_find_slot (refcount_set, refcount_ptr, INSERT); in gomp_increment_refcount()
451 *slot = refcount_ptr; in gomp_increment_refcount()
454 *refcount_ptr += 1; in gomp_increment_refcount()
486 uintptr_t *refcount_ptr = &k->refcount; in gomp_decrement_refcount() local
489 refcount_ptr = &k->structelem_refcount; in gomp_decrement_refcount()
491 refcount_ptr = k->structelem_refcount_ptr; in gomp_decrement_refcount()
[all …]