object fcntl

Annotations
@extern() @define("__SCALANATIVE_POSIX_FCNTL")
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. fcntl
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. type flock = CStruct5[off_t, off_t, pid_t, CInt, CInt]

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def FD_CLOEXEC: CInt
    Annotations
    @name("scalanative_fd_cloexec")
  5. def F_DUPFD: CInt
    Annotations
    @name("scalanative_f_dupfd")
  6. def F_GETFD: CInt
    Annotations
    @name("scalanative_f_getfd")
  7. def F_GETFL: CInt
    Annotations
    @name("scalanative_f_getfl")
  8. def F_GETLK: CInt
    Annotations
    @name("scalanative_f_getlk")
  9. def F_GETOWN: CInt
    Annotations
    @name("scalanative_f_getown")
  10. def F_RDLCK: CInt
    Annotations
    @name("scalanative_f_rdlck")
  11. def F_SETFD: CInt
    Annotations
    @name("scalanative_f_setfd")
  12. def F_SETFL: CInt
    Annotations
    @name("scalanative_f_setfl")
  13. def F_SETLK: CInt
    Annotations
    @name("scalanative_f_setlk")
  14. def F_SETLKW: CInt
    Annotations
    @name("scalanative_f_setlkw")
  15. def F_SETOWN: CInt
    Annotations
    @name("scalanative_f_setown")
  16. def F_UNLCK: CInt
    Annotations
    @name("scalanative_f_unlck")
  17. def F_WRLCK: CInt
    Annotations
    @name("scalanative_f_wrlck")
  18. def O_ACCMODE: CInt
    Annotations
    @name("scalanative_o_accmode")
  19. def O_APPEND: CInt
    Annotations
    @name("scalanative_o_append")
  20. def O_CREAT: CInt
    Annotations
    @name("scalanative_o_creat")
  21. def O_EXCL: CInt
    Annotations
    @name("scalanative_o_excl")
  22. def O_NOCTTY: CInt
    Annotations
    @name("scalanative_o_noctty")
  23. def O_NONBLOCK: CInt
    Annotations
    @name("scalanative_o_nonblock")
  24. def O_RDONLY: CInt
    Annotations
    @name("scalanative_o_rdonly")
  25. def O_RDWR: CInt
    Annotations
    @name("scalanative_o_rdwr")
  26. def O_SYNC: CInt
    Annotations
    @name("scalanative_o_sync")
  27. def O_TRUNC: CInt
    Annotations
    @name("scalanative_o_trunc")
  28. def O_WRONLY: CInt
    Annotations
    @name("scalanative_o_wronly")
  29. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  30. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  33. def fcntl(fd: CInt, cmd: CInt, flock_struct: Ptr[flock]): CInt
    Annotations
    @name("scalanative_fcntl")
  34. def fcntl(fd: CInt, cmd: CInt, flags: CInt): CInt
    Annotations
    @name("scalanative_fcntl_i")
  35. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  36. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  41. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  42. def open(pathname: CString, flags: CInt, mode: mode_t): CInt
    Annotations
    @name("scalanative_open_m")
  43. def open(pathname: CString, flags: CInt): CInt
  44. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  45. def toString(): String
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  48. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped