OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:select_rc
(Results
1 - 1
of
1
) sorted by null
/external/selinux/policycoreutils/run_init/
open_init_pty.c
330
int
select_rc
= select(pty_master + 1, &readfds, &writefds, NULL, NULL);
local
331
if (
select_rc
< 0) {
336
fprintf(stderr, "select() returned %d\n",
select_rc
);
Completed in 65 milliseconds