Home
last modified time | relevance | path

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

/third_party/grpc/src/core/lib/gprpp/
Ddual_ref_counted.h73 const uint32_t weak_refs = GetWeakRefs(prev_ref_pair); in Unref() local
76 strong_refs, strong_refs - 1, weak_refs, weak_refs + 1); in Unref()
91 const uint32_t weak_refs = GetWeakRefs(prev_ref_pair); in Unref() local
95 strong_refs - 1, weak_refs, weak_refs + 1, reason); in Unref()
115 const uint32_t weak_refs = GetWeakRefs(prev_ref_pair); in RefIfNonZero() local
118 trace_, this, strong_refs, strong_refs + 1, weak_refs); in RefIfNonZero()
134 const uint32_t weak_refs = GetWeakRefs(prev_ref_pair); in RefIfNonZero() local
139 strong_refs + 1, weak_refs, reason); in RefIfNonZero()
173 const uint32_t weak_refs = GetWeakRefs(prev_ref_pair); in WeakUnref() local
178 weak_refs, weak_refs - 1, strong_refs); in WeakUnref()
[all …]
/third_party/glib/gobject/
Dgobject.c2957 } weak_refs[1]; /* flexible array */ member
2967 wstack->weak_refs[i].notify (wstack->weak_refs[i].data, wstack->object); in weak_refs_notify()
3005 wstack = g_realloc (wstack, sizeof (*wstack) + sizeof (wstack->weak_refs[0]) * i); in g_object_weak_ref()
3014 wstack->weak_refs[i].notify = notify; in g_object_weak_ref()
3015 wstack->weak_refs[i].data = data; in g_object_weak_ref()
3046 if (wstack->weak_refs[i].notify == notify && in g_object_weak_unref()
3047 wstack->weak_refs[i].data == data) in g_object_weak_unref()
3052 wstack->weak_refs[i] = wstack->weak_refs[wstack->n_weak_refs]; in g_object_weak_unref()
/third_party/gstreamer/gstplugins_bad/tests/check/pipelines/
Dipcpipeline.c143 static GList *weak_refs = NULL; variable
180 weak_refs = g_list_remove (weak_refs, element); in remove_weak_ref()
186 weak_refs = g_list_append (weak_refs, element); in add_weak_ref()
196 for (l = weak_refs; l; l = l->next) { in disconnect_ipcpipeline_elements()
792 weak_refs = NULL; in test_base()
983 if (weak_refs) { in test_base()
987 for (l = weak_refs; l; l = l->next) { in test_base()
3624 for (l = weak_refs; l; l = l->next) { in step_state_changes()
/third_party/gstreamer/gstreamer/
DChangeLog57685 weak_refs resulting in compilation warning (llvm-gcc -Wall)