forked from LeenkxTeam/LNXSDK
Update Files
This commit is contained in:
18
Kha/Tools/linux_arm64/std/eval/luv/Pid.hx
Normal file
18
Kha/Tools/linux_arm64/std/eval/luv/Pid.hx
Normal file
@ -0,0 +1,18 @@
|
||||
package eval.luv;
|
||||
|
||||
/**
|
||||
Process ids.
|
||||
|
||||
@see https://aantron.github.io/luv/luv/Luv/Pid
|
||||
**/
|
||||
extern class Pid {
|
||||
/**
|
||||
Evaluates to the pid of the current process.
|
||||
**/
|
||||
static function getPid():Int;
|
||||
|
||||
/**
|
||||
Evaluates to the pid of the parent process.
|
||||
**/
|
||||
static function getPPid():Int;
|
||||
}
|
Reference in New Issue
Block a user