PosixSystemConstants

Operating System Constants: POSIX

Inheritors

Properties

Link copied to clipboard

Flags which can be provided to dlopen to control how a dynamic library is loaded.

Link copied to clipboard

Error codes returned by various system calls.

Link copied to clipboard

Process priority constants.

Link copied to clipboard

Process signal constants.

Functions

Link copied to clipboard
abstract fun getMember(key: String): Any
Link copied to clipboard
abstract fun getMemberKeys(): Any
Link copied to clipboard
abstract fun hasMember(key: String): Boolean
Link copied to clipboard
abstract fun putMember(key: String, value: Value)
Link copied to clipboard
open fun removeMember(key: String): Boolean