posix_utils.idx 1.0 KB

1234567891011121314
  1. nimTitle posix_utils posix_utils.html module std/posix_utils 0
  2. nim Uname posix_utils.html#Uname object Uname 20
  3. nim uname posix_utils.html#uname_2 proc uname(): Uname 26
  4. nim fsync posix_utils.html#fsync,int proc fsync(fd: int) 45
  5. nim stat posix_utils.html#stat,string proc stat(path: string): Stat 50
  6. nim memoryLock posix_utils.html#memoryLock,pointer,int proc memoryLock(a1: pointer; a2: int) 55
  7. nim memoryLockAll posix_utils.html#memoryLockAll,int proc memoryLockAll(flags: int) 60
  8. nim memoryUnlock posix_utils.html#memoryUnlock,pointer,int proc memoryUnlock(a1: pointer; a2: int) 70
  9. nim memoryUnlockAll posix_utils.html#memoryUnlockAll proc memoryUnlockAll() 75
  10. nim sendSignal posix_utils.html#sendSignal,Pid,int proc sendSignal(pid: Pid; signal: int) 80
  11. nim mkstemp posix_utils.html#mkstemp,string,string proc mkstemp(prefix: string; suffix = ""): (string, File) 86
  12. nim mkdtemp posix_utils.html#mkdtemp,string proc mkdtemp(prefix: string): string 108
  13. nim osReleaseFile posix_utils.html#osReleaseFile proc osReleaseFile(): Config 116