MCPcopy
hub / github.com/AsahiLinux/m1n1 / poll_objects

Method poll_objects

proxyclient/m1n1/agx/__init__.py:132–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

130 del self.tracked_objects[(obj._ctx, obj._addr)]
131
132 def poll_objects(self):
133 for obj in self.tracked_objects.values():
134 diff = obj.poll()
135 if diff is not None:
136 self.log(diff)
137
138 def alloc_channels(self, cls, name, channel_id, count=1, ring_size=0x100, rx=False):
139

Callers 10

check_for_haltMethod · 0.95
timeoutMethod · 0.95
faultedMethod · 0.95
agx_renderframe.pyFile · 0.80
agx_parallel.pyFile · 0.80
agx_deps.pyFile · 0.80
agx_xtest.pyFile · 0.80
agx_cancel.pyFile · 0.80
agx_tlb.pyFile · 0.80

Calls 2

logMethod · 0.95
pollMethod · 0.45

Tested by

no test coverage detected