object spawn
POSIX spawn.h for Scala
The Open Group Base Specifications Issue 7, 2018 edition.
A method with a PS comment indicates it is defined in POSIX extension "Process Scheduling", not base POSIX.
- Annotations
- @extern() @define("__SCALANATIVE_POSIX_SPAWN")
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- spawn
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- type mode_t = UInt
- type pid_t = Int
- type posix_spawn_file_actions_t = CArray[CUnsignedLongLong, Digit2[_1, _0]]
- type posix_spawnattr_t = CArray[CUnsignedLongLong, Digit2[_4, _2]]
- type sched_param = CStruct5[CInt, CInt, time.timespec, time.timespec, CInt]
- type sigset_t = Ptr[_]
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 POSIX_SPAWN_RESETIDS: CInt
- Annotations
- @name("scalanative_posix_spawn_posix_spawn_resetids")
- def POSIX_SPAWN_SETPGROUP: CInt
- Annotations
- @name("scalanative_posix_spawn_posix_spawn_setpgroup")
- def POSIX_SPAWN_SETSCHEDPARAM: CInt
PS - Unsupported (zero) on Apple
PS - Unsupported (zero) on Apple
- Annotations
- @name("scalanative_posix_spawn_setschedparam")
- def POSIX_SPAWN_SETSCHEDULER: CInt
PS - Unsupported (zero) on Apple
PS - Unsupported (zero) on Apple
- Annotations
- @name("scalanative_posix_spawn_setscheduler")
- def POSIX_SPAWN_SETSIGDEF: CInt
- Annotations
- @name("scalanative_posix_spawn_setsigdef")
- def POSIX_SPAWN_SETSIGMASK: CInt
- Annotations
- @name("scalanative_posix_spawn_setsigmask")
- 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 posix_spawn(pid: Ptr[pid_t], path: CString, file_actions: Ptr[posix_spawn_file_actions_t], attrp: Ptr[posix_spawnattr_t], argv: Ptr[CString], envp: Ptr[CString]): CInt
- def posix_spawn_file_actions_addclose(file_actions: Ptr[posix_spawn_file_actions_t], filedes: CInt): CInt
- def posix_spawn_file_actions_adddup2(file_actions: Ptr[posix_spawn_file_actions_t], filedes: CInt, newfiledes: CInt): CInt
- def posix_spawn_file_actions_destroy(file_actions: Ptr[posix_spawn_file_actions_t]): CInt
- def posix_spawn_file_actions_init(file_actions: Ptr[posix_spawn_file_actions_t]): CInt
- def posix_spawn_file_actions_open(file_actions: Ptr[posix_spawn_file_actions_t], filedes: CInt, path: CString, oflag: CInt, mode: mode_t): CInt
- def posix_spawnattr_destroy(attr: Ptr[posix_spawnattr_t]): CInt
- def posix_spawnattr_getflags(attr: Ptr[posix_spawnattr_t], flags: Ptr[CShort]): CInt
- def posix_spawnattr_getpgroup(attr: Ptr[posix_spawnattr_t], pgroup: Ptr[pid_t]): CInt
- def posix_spawnattr_getschedparam(attr: Ptr[posix_spawnattr_t], schedparam: Ptr[sched_param]): CInt
PS
- def posix_spawnattr_getschedpolicy(attr: Ptr[posix_spawnattr_t], schedpolicy: CInt): CInt
PS
- def posix_spawnattr_getschedpolicy(attr: Ptr[posix_spawnattr_t], schedpolicy: Ptr[CInt]): CInt
PS
- def posix_spawnattr_getsigdefault(attr: Ptr[posix_spawnattr_t], sigdefault: Ptr[sigset_t]): CInt
- def posix_spawnattr_getsigmask(attr: Ptr[posix_spawnattr_t], sigmask: Ptr[sigset_t]): CInt
- def posix_spawnattr_init(attr: Ptr[posix_spawnattr_t]): CInt
- def posix_spawnattr_setflags(attr: Ptr[posix_spawnattr_t], flags: CShort): CInt
- def posix_spawnattr_setpgroup(attr: Ptr[posix_spawnattr_t], pgroup: pid_t): CInt
- def posix_spawnattr_setschedparam(attr: Ptr[posix_spawnattr_t], schedparam: Ptr[sched_param]): CInt
PS
- def posix_spawnattr_setsigdefault(attr: Ptr[posix_spawnattr_t], sigdefault: Ptr[sigset_t]): CInt
- def posix_spawnattr_setsigmask(attr: Ptr[posix_spawnattr_t], sigmask: Ptr[sigset_t]): CInt
- def posix_spawnp(pid: Ptr[pid_t], file: CString, file_actions: Ptr[posix_spawn_file_actions_t], attrp: Ptr[posix_spawnattr_t], argv: Ptr[CString], envp: Ptr[CString]): 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()