Searched refs:count_waiters (Results 1 – 1 of 1) sorted by relevance
3224 static inline int count_waiters(struct epoll60_ctx *ctx) in count_waiters() function3269 while (count_waiters(&ctx) != ARRAY_SIZE(ctx.evfd)) in TEST()3283 while (count_waiters(&ctx) && msecs() < ms + 1000) in TEST()3286 ASSERT_EQ(count_waiters(&ctx), 0); in TEST()