Home
last modified time | relevance | path

Searched refs:run_set (Results 1 – 3 of 3) sorted by relevance

/external/libevent/test/
Dregress.gen.c69 tmp->run_set = 0; in msg_new_with_arg()
101 msg->run_set = 1; in msg_run_add()
173 if (!msg->run_set || off < 0 || off >= msg->run_length) in msg_run_assign()
236 if (!msg->run_set || offset < 0 || offset >= msg->run_length) in msg_run_get()
260 if (tmp->run_set == 1) { in msg_clear()
267 tmp->run_set = 0; in msg_clear()
282 if (tmp->run_set == 1) { in msg_free()
289 tmp->run_set = 0; in msg_free()
304 if (tmp->run_set) { in msg_marshal()
374 tmp->run_set = 1; in msg_unmarshal()
[all …]
Dregress.gen.h50 ev_uint8_t run_set; member
/external/python/cpython3/Lib/test/
Dtest_coroutines.py1774 async def run_set(): function
1784 self.assertEqual(run_async(run_set()), ([], {1, 41}))
1800 async def run_set(): function
1808 run_async(run_set()),
1831 async def run_set(): function
1834 run_async(run_set()),
1861 async def run_set(): function
1864 run_async(run_set()),