object
spawn
Type Members
-
type
mode_t = UInt
-
type
pid_t = Int
-
type
posix_spawn_file_actions_t = CArray[CUnsignedLong, Digit2[_8, _0]]
-
type
posix_spawnattr_t = CArray[CUnsignedLong, Digit3[_3, _3, _6]]
-
type
sched_param = CStruct5[CInt, CInt, timespec, timespec, CInt]
-
type
sigset_t = Ptr[Byte]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
POSIX_SPAWN_RESETIDS: CInt
-
def
POSIX_SPAWN_SETPGROUP: CInt
-
def
POSIX_SPAWN_SETSCHEDPARAM: CInt
-
def
POSIX_SPAWN_SETSCHEDULER: CInt
-
def
POSIX_SPAWN_SETSIGDEF: CInt
-
def
POSIX_SPAWN_SETSIGMASK: CInt
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
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
-
def
posix_spawnattr_getschedpolicy(attr: Ptr[posix_spawnattr_t], schedpolicy: CInt): CInt
-
def
posix_spawnattr_getschedpolicy(attr: Ptr[posix_spawnattr_t], schedpolicy: Ptr[CInt]): CInt
-
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
-
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
-
def
toString(): String
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
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.