object fcntl
- Annotations
- @extern() @define("__SCALANATIVE_POSIX_FCNTL")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- fcntl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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_CLOEXEC: CInt
- Annotations
- @name("scalanative_fd_cloexec")
- def F_DUPFD: CInt
- Annotations
- @name("scalanative_f_dupfd")
- def F_GETFD: CInt
- Annotations
- @name("scalanative_f_getfd")
- def F_GETFL: CInt
- Annotations
- @name("scalanative_f_getfl")
- def F_GETLK: CInt
- Annotations
- @name("scalanative_f_getlk")
- def F_GETOWN: CInt
- Annotations
- @name("scalanative_f_getown")
- def F_RDLCK: CInt
- Annotations
- @name("scalanative_f_rdlck")
- def F_SETFD: CInt
- Annotations
- @name("scalanative_f_setfd")
- def F_SETFL: CInt
- Annotations
- @name("scalanative_f_setfl")
- def F_SETLK: CInt
- Annotations
- @name("scalanative_f_setlk")
- def F_SETLKW: CInt
- Annotations
- @name("scalanative_f_setlkw")
- def F_SETOWN: CInt
- Annotations
- @name("scalanative_f_setown")
- def F_UNLCK: CInt
- Annotations
- @name("scalanative_f_unlck")
- def F_WRLCK: CInt
- Annotations
- @name("scalanative_f_wrlck")
- def O_ACCMODE: CInt
- Annotations
- @name("scalanative_o_accmode")
- def O_APPEND: CInt
- Annotations
- @name("scalanative_o_append")
- def O_CREAT: CInt
- Annotations
- @name("scalanative_o_creat")
- def O_EXCL: CInt
- Annotations
- @name("scalanative_o_excl")
- def O_NOCTTY: CInt
- Annotations
- @name("scalanative_o_noctty")
- def O_NONBLOCK: CInt
- Annotations
- @name("scalanative_o_nonblock")
- def O_RDONLY: CInt
- Annotations
- @name("scalanative_o_rdonly")
- def O_RDWR: CInt
- Annotations
- @name("scalanative_o_rdwr")
- def O_SYNC: CInt
- Annotations
- @name("scalanative_o_sync")
- def O_TRUNC: CInt
- Annotations
- @name("scalanative_o_trunc")
- def O_WRONLY: CInt
- Annotations
- @name("scalanative_o_wronly")
- 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 fcntl(fd: CInt, cmd: CInt, flock_struct: Ptr[flock]): CInt
- Annotations
- @name("scalanative_fcntl")
- def fcntl(fd: CInt, cmd: CInt, flags: CInt): CInt
- Annotations
- @name("scalanative_fcntl_i")
- 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 open(pathname: CString, flags: CInt, mode: mode_t): CInt
- Annotations
- @name("scalanative_open_m")
- def open(pathname: CString, flags: CInt): CInt
- 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()