Object

scala.scalanative.posix

fcntl

Related Doc: package posix

Permalink

object fcntl

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

Type Members

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

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def FD_CLOEXEC: CInt

    Permalink
    Annotations
    @name( "scalanative_fd_cloexec" )
  5. def F_DUPFD: CInt

    Permalink
    Annotations
    @name( "scalanative_f_dupfd" )
  6. def F_GETFD: CInt

    Permalink
    Annotations
    @name( "scalanative_f_getfd" )
  7. def F_GETFL: CInt

    Permalink
    Annotations
    @name( "scalanative_f_getfl" )
  8. def F_GETLK: CInt

    Permalink
    Annotations
    @name( "scalanative_f_getlk" )
  9. def F_GETOWN: CInt

    Permalink
    Annotations
    @name( "scalanative_f_getown" )
  10. def F_RDLCK: CInt

    Permalink
    Annotations
    @name( "scalanative_f_rdlck" )
  11. def F_SETFD: CInt

    Permalink
    Annotations
    @name( "scalanative_f_setfd" )
  12. def F_SETFL: CInt

    Permalink
    Annotations
    @name( "scalanative_f_setfl" )
  13. def F_SETLK: CInt

    Permalink
    Annotations
    @name( "scalanative_f_setlk" )
  14. def F_SETLKW: CInt

    Permalink
    Annotations
    @name( "scalanative_f_setlkw" )
  15. def F_SETOWN: CInt

    Permalink
    Annotations
    @name( "scalanative_f_setown" )
  16. def F_UNLCK: CInt

    Permalink
    Annotations
    @name( "scalanative_f_unlck" )
  17. def F_WRLCK: CInt

    Permalink
    Annotations
    @name( "scalanative_f_wrlck" )
  18. def O_ACCMODE: CInt

    Permalink
    Annotations
    @name( "scalanative_o_accmode" )
  19. def O_APPEND: CInt

    Permalink
    Annotations
    @name( "scalanative_o_append" )
  20. def O_CREAT: CInt

    Permalink
    Annotations
    @name( "scalanative_o_creat" )
  21. def O_EXCL: CInt

    Permalink
    Annotations
    @name( "scalanative_o_excl" )
  22. def O_NOCTTY: CInt

    Permalink
    Annotations
    @name( "scalanative_o_noctty" )
  23. def O_NONBLOCK: CInt

    Permalink
    Annotations
    @name( "scalanative_o_nonblock" )
  24. def O_RDONLY: CInt

    Permalink
    Annotations
    @name( "scalanative_o_rdonly" )
  25. def O_RDWR: CInt

    Permalink
    Annotations
    @name( "scalanative_o_rdwr" )
  26. def O_SYNC: CInt

    Permalink
    Annotations
    @name( "scalanative_o_sync" )
  27. def O_TRUNC: CInt

    Permalink
    Annotations
    @name( "scalanative_o_trunc" )
  28. def O_WRONLY: CInt

    Permalink
    Annotations
    @name( "scalanative_o_wronly" )
  29. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  30. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  31. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  32. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  33. def fcntl(fd: CInt, cmd: CInt, flock_struct: Ptr[flock]): CInt

    Permalink
    Annotations
    @name( "scalanative_fcntl" )
  34. def fcntl(fd: CInt, cmd: CInt, flags: CInt): CInt

    Permalink
  35. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  38. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  40. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  41. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  42. def open(pathname: CString, flags: CInt, mode: mode_t): CInt

    Permalink
  43. def open(pathname: CString, flags: CInt): CInt

    Permalink
  44. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  45. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  48. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped