Home
last modified time | relevance | path

Searched refs:sys_select (Results 1 – 6 of 6) sorted by relevance

/tools/include/nolibc/
Dnolibc.h376 int sys_select(int nfds, fd_set *rfds, fd_set *wfds, fd_set *efds, struct timeval *timeout) in sys_select() function
399 #error None of __NR_select, __NR_pselect6, nor __NR__newselect defined, cannot implement sys_select in sys_select()
898 int ret = sys_select(nfds, rfds, wfds, efds, timeout); in select()
936 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in sleep()
947 if (sys_select(0, 0, 0, 0, &my_timeval) < 0) in msleep()
/tools/perf/arch/mips/entry/syscalls/
Dsyscall_n64.tbl32 22 n64 _newselect sys_select
/tools/perf/arch/x86/entry/syscalls/
Dsyscall_64.tbl34 23 common select sys_select
/tools/perf/arch/s390/entry/syscalls/
Dsyscall.tbl134 142 64 select sys_select -
/tools/perf/arch/powerpc/entry/syscalls/
Dsyscall.tbl189 142 common _newselect sys_select compat_sys_select
/tools/perf/Documentation/
Dperf-script-python.txt58 sys_select 102