Home
last modified time | relevance | path

Searched refs:ptv32 (Results 1 – 2 of 2) sorted by relevance

/sysdeps/unix/sysv/linux/microblaze/
A Dpselect32.c37 struct timeval tv32, *ptv32 = NULL; in __pselect32() local
47 ptv32 = &tv32; in __pselect32()
55 int ret = __select (nfds, readfds, writefds, exceptfds, ptv32); in __pselect32()
/sysdeps/unix/sysv/linux/
A Dselect.c104 struct timeval tv32, *ptv32 = NULL; in __select64() local
108 ptv32 = &tv32; in __select64()
111 int r = SYSCALL_CANCEL (select, nfds, readfds, writefds, exceptfds, ptv32); in __select64()

Completed in 3 milliseconds