Searched refs:ref_count (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Wine/d3d8/
H A Dvertexdeclaration.c58 ULONG ref_count = InterlockedIncrement(&This->ref_count); local
60 TRACE("%p increasing refcount to %u.\n", iface, ref_count);
62 if (ref_count == 1)
69 return ref_count;
75 ULONG ref_count = InterlockedDecrement(&This->ref_count); local
77 TRACE("%p decreasing refcount to %u.\n", iface, ref_count);
79 if (!ref_count) {
85 return ref_count;
[all...]
H A Dd3d8_private.h462 LONG ref_count; member in struct:__anon645
/vbox/src/VBox/Devices/Network/slirp/
H A Dzone.h26 uint32_t ref_count; member in struct:item
H A Dmisc.c372 LogFlowFunc(("LEAVE: %p\n", &it[-1].ref_count));
373 return &it[-1].ref_count;
H A Ddebug.c567 cb += RTStrFormat(pfnOutput, pvArgOutput, NULL, 0, "[iptem:%p ref_count:%d, zone:%R[mzone]]",
568 it, it->ref_count, it->zone);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprmwait.c54 LONG ref_count; member in struct:TimerEvent
102 PR_ASSERT(2 == timer->ref_count);
106 timer->ref_count -= 1;
107 if (0 == timer->ref_count)
140 timer->ref_count = 2;
163 timer->ref_count -= 1;
166 while (timer->ref_count == 1)
/vbox/src/VBox/Additions/x11/x11include/pixman-0.16.0/
H A Dpixman-private.h77 int32_t ref_count; member in struct:image_common
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dserver_protocol.h4658 unsigned int ref_count; member in struct:get_object_info_reply
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dserver_protocol.h4360 unsigned int ref_count; member in struct:get_object_info_reply

Completed in 256 milliseconds