Searched refs:event_open_with_pid (Results 1 – 6 of 6) sorted by relevance
72 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_child()
30 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
78 FAIL_IF(event_open_with_pid(&event, pid)); in ebb_on_willing_child()
32 FAIL_IF(event_open_with_pid(event, child_pid)); in setup_child_event()
38 int event_open_with_pid(struct event *e, pid_t pid);
85 int event_open_with_pid(struct event *e, pid_t pid) in event_open_with_pid() function