Searched refs:ret_in (Results 1 – 2 of 2) sorted by relevance
36 int channel_poll_check(int ret_in, void *fds_in);38 int channel_select_check(int ret_in, void *rfds_in, void *wfds_in);
4423 channel_poll_check(int ret_in, void *fds_in) in channel_poll_check() argument4425 int ret = ret_in; in channel_poll_check()4523 channel_select_check(int ret_in, void *rfds_in, void *wfds_in) in channel_select_check() argument4525 int ret = ret_in; in channel_select_check()