Searched refs:event_open_with_group (Results 1 – 6 of 6) sorted by relevance
77 FAIL_IF(event_open_with_group(&event, leader.fd)); in event_attributes()89 FAIL_IF(event_open_with_group(&event, leader.fd) == 0); in event_attributes()104 FAIL_IF(event_open_with_group(&event, leader.fd) == 0); in event_attributes()
40 FAIL_IF(event_open_with_group(&events[i], group_fd)); in multi_counter()
31 int event_open_with_group(struct event *e, int group_fd);
71 FAIL_IF(event_open_with_group(&events[i], events[0].fd)); in per_event_excludes()
107 if (event_open_with_group(&events[1], events[0].fd)) { in test_body()
63 int event_open_with_group(struct event *e, int group_fd) in event_open_with_group() function