HomeSort by relevance Sort by last modified time
    Searched full:pselect (Results 1 - 25 of 83) sorted by null

1 2 3 4

  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
select.h 1 /* `fd_set' type and related macros, and `select'/`pselect' declarations.
66 /* fd_set for select and pselect. */
121 extern int pselect (int __nfds, fd_set *__restrict __readfds,
  /bionic/libc/include/sys/
select.h 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
  /bionic/libc/unistd/
pselect.c 33 pselect(int n, fd_set* readfds, fd_set* writefds, fd_set* errfds, function
  /development/ndk/platforms/android-3/include/sys/
select.h 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
  /prebuilt/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/sys/
select.h 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/sys/
select.h 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
  /prebuilt/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/sys/
select.h 41 extern int pselect(int n, fd_set *readfds, fd_set *writefds, fd_set *errfds,
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_enc/src/
libOMX.TI.AMR.encode.so 
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 643 pselect
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 678 pselect
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 585 pselect
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/src/
OMX_G711Dec_ComponentThread.c 96 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
posix1_lim.h 90 /* Number of descriptors that a process may examine with `pselect' or
  /hardware/ti/omap3/omx/video/src/openmax_il/video_decode/src/
OMX_VideoDec_Thread.c 178 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
415 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/video/src/openmax_il/video_encode/src/
OMX_VideoEnc_Thread.c 164 status = pselect(fdmax+1, &rfds, NULL, NULL, NULL,&set);
168 OMX_TRACE2(pComponentPrivate->dbg, "pselect() = 0\n");
  /prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/lib/
libc.so 
  /development/ndk/platforms/android-8/arch-arm/symbols/
libc.so.functions.txt 715 pselect
  /development/ndk/platforms/android-9/arch-arm/symbols/
libc.so.functions.txt 725 pselect
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/src/
OMX_G726Dec_CompThread.c 122 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/src/
OMX_AmrDec_ComponentThread.c 104 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/src/
OMX_JpegDec_Thread.c 122 nStatus = pselect (nFdmax+1, &rfds, NULL, NULL, NULL,&set);
  /bionic/libc/netbsd/resolv/
res_send.c 150 static int pselect(int, void *, void *, void *,
965 n = pselect(s + 1, &dsmask, NULL, NULL, &timeout, NULL);
1146 pselect(int nfds, void *rfds, void *wfds, void *efds, function
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_dec/src/
OMX_AacDec_CompThread.c 143 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/aac_enc/src/
OMX_AacEnc_CompThread.c 115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_enc/src/
OMX_G711Enc_ComponentThread.c 115 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);

Completed in 3213 milliseconds

1 2 3 4