HomeSort by relevance Sort by last modified time
    Searched full:pselect (Results 226 - 250 of 382) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /hardware/ti/omap3/omx/audio/src/openmax_il/wma_dec/src/
OMX_WmaDec_ComponentThread.c 118 status = pselect (fdmax+1, &rfds, NULL, NULL, &tv, &set);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_enc/src/
OMX_JpegEnc_Thread.c 142 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL,&set);
  /hardware/ti/omap3/omx/video/src/openmax_il/prepost_processor/src/
OMX_VPP_CompThread.c 149 status = pselect (fdmax+1, &rfds, NULL, NULL, NULL, &set);
  /prebuilts/go/darwin-x86/src/syscall/
syscall_netbsd.go 446 // pselect
zsysnum_dragonfly_amd64.go 267 SYS_PSELECT = 499 // { int pselect(int nd, fd_set *in, fd_set *ou, \
zsysnum_freebsd_386.go 333 SYS_PSELECT = 522 // { int pselect(int nd, fd_set *in, \
zsysnum_freebsd_amd64.go 333 SYS_PSELECT = 522 // { int pselect(int nd, fd_set *in, \
zsysnum_freebsd_arm.go 333 SYS_PSELECT = 522 // { int pselect(int nd, fd_set *in, \
zsysnum_netbsd_386.go 234 SYS_PSELECT = 436 // { int|sys|50|pselect(int nd, fd_set *in, fd_set *ou, fd_set *ex, const struct timespec *ts, const sigset_t *mask); }
zsysnum_netbsd_amd64.go 234 SYS_PSELECT = 436 // { int|sys|50|pselect(int nd, fd_set *in, fd_set *ou, fd_set *ex, const struct timespec *ts, const sigset_t *mask); }
zsysnum_netbsd_arm.go 234 SYS_PSELECT = 436 // { int|sys|50|pselect(int nd, fd_set *in, fd_set *ou, fd_set *ex, const struct timespec *ts, const sigset_t *mask); }
  /prebuilts/go/linux-x86/src/syscall/
syscall_netbsd.go 446 // pselect
zsysnum_dragonfly_amd64.go 267 SYS_PSELECT = 499 // { int pselect(int nd, fd_set *in, fd_set *ou, \
zsysnum_freebsd_386.go 333 SYS_PSELECT = 522 // { int pselect(int nd, fd_set *in, \
zsysnum_freebsd_amd64.go 333 SYS_PSELECT = 522 // { int pselect(int nd, fd_set *in, \
  /bionic/libc/dns/resolv/
res_send.c 154 static int pselect(int, void *, void *, void *,
1041 n = pselect(sock + 1, readset, writeset, NULL, &timeout, NULL);
1377 pselect(int nfds, void *rfds, void *wfds, void *efds, function
    [all...]
  /bionic/libc/
libc.arm.brillo.map 729 pselect;
libc.arm.map 729 pselect;
libc.map.txt 754 pselect;
libc.mips.map 727 pselect;
libc.x86.map 725 pselect;
  /external/llvm/test/Transforms/GVN/
2009-01-22-SortInvalidation.ll 74 define fastcc void @sqlite3Insert(%struct.Parse* %pParse, %struct.SrcList* %pTabList, %struct.ExprList* %pList, %struct.Select* %pSelect, %struct.IdList* %pColumn, i32 %onError) nounwind {
  /external/sqlite/dist/orig/
shell.c     [all...]
  /external/sqlite/dist/
shell.c     [all...]
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/tests/
JPEGTest.c 538 nRetval = pselect(nFDmax+1, &rfds, NULL, NULL, NULL, &set);
    [all...]

Completed in 488 milliseconds

1 2 3 4 5 6 7 8 91011>>