object select
POSIX select.h for Scala
- Annotations
- @extern() @define("__SCALANATIVE_POSIX_SYS_SELECT")
- See also
The Open Group Base Specifications Issue 7, 2018 edition.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- select
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type fd_set = CStruct1[CArray[CLongInt, _16]]
- type sigset_t = Ptr[_]
- type suseconds_t = Size
- type time_t = Size
- type timespec = CStruct2[time.time_t, CLong]
- type timeval = CStruct2[types.time_t, types.suseconds_t]
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- def FD_CLR(fd: CInt, set: Ptr[fd_set]): Unit
- Annotations
- @name("scalanative_fd_clr")
- def FD_ISSET(fd: CInt, set: Ptr[fd_set]): CInt
- Annotations
- @name("scalanative_fd_isset")
- def FD_SET(fd: CInt, set: Ptr[fd_set]): Unit
- Annotations
- @name("scalanative_fd_set")
- def FD_SETSIZE: CInt
- Annotations
- @name("scalanative_fd_setsize")
- def FD_ZERO(set: Ptr[fd_set]): Unit
- Annotations
- @name("scalanative_fd_zero")
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def pselect(nfds: CInt, readfds: Ptr[fd_set], writefds: Ptr[fd_set], exceptfds: Ptr[fd_set], timeout: Ptr[timespec], sigmask: sigset_t): CInt
- def select(nfds: CInt, readfds: Ptr[fd_set], writefds: Ptr[fd_set], exceptfds: Ptr[fd_set], timeout: Ptr[time.timeval]): CInt
- Annotations
- @name("scalanative_select")
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()