Home
last modified time | relevance | path

Searched refs:close_loop (Results 1 - 6 of 6) sorted by relevance

/third_party/mesa3d/src/gallium/auxiliary/draw/
H A Ddraw_pt_vsplit_tmp.h190 const boolean close_loop = ((flags) == DRAW_SPLIT_BEFORE); in CONCAT() local
193 flags, istart, icount, FALSE, 0, close_loop, i0); in CONCAT()
233 boolean close_loop = (flags == DRAW_SPLIT_BEFORE); in vsplit_segment_loop_linear() local
236 assert(icount + !!close_loop <= vsplit->segment_size); in vsplit_segment_loop_linear()
241 if (close_loop) { in vsplit_segment_loop_linear()
/third_party/libuv/test/
H A Dtask.h255 close_loop(loop); \
335 UNUSED static void close_loop(uv_loop_t* loop) { in close_loop() function
H A Dtest-metrics.c106 close_loop(&loop); in metrics_routine_cb()
/third_party/python/Lib/test/test_asyncio/
H A Dutils.py538 def close_loop(loop): member in TestCase
564 self.addCleanup(self.close_loop, loop)
H A Dtest_windows_events.py57 self.close_loop(loop)
237 # Now shut down the loop itself (self.close_loop also shuts down the
239 self.close_loop(self.loop)
H A Dtest_events.py1735 async def close_loop(loop): function
1738 coro = close_loop(self.loop)

Completed in 8 milliseconds