Searched refs:shared_memory_refcount (Results 1 – 3 of 3) sorted by relevance
183 …if (global.shared_memory_refcount[n->slot] != (uint32_t)-1) fprintf(f, " = %u", global.shared_memo… in fprint_quick_name_info()222 if (global.shared_memory_refcount[n->slot] != (uint32_t)-1) in fprint_name_info()223 …fprintf(f, " = %u (%u)", global.shared_memory_base[n->slot], global.shared_memory_refcount[n->slot… in fprint_name_info()1115 global.shared_memory_refcount = (uint32_t *)malloc(size); in open_shared_memory()1116 if (global.shared_memory_refcount == NULL) return -1; in open_shared_memory()1118 memset(global.shared_memory_refcount, 0, size); in open_shared_memory()1122 global.shared_memory_refcount[0] = 1; in open_shared_memory()
52 uint32_t *shared_memory_refcount; member
172 global.shared_memory_refcount[n->slot]--; in cancel_subscription()632 if (global.shared_memory_refcount[j] == 0) in __notify_server_register_check_2()661 global.shared_memory_refcount[x]++; in __notify_server_register_check_2()