Commit Graph

5 Commits

Author SHA1 Message Date
Avi Kivity
91dc788a33 posix: add support for creating temporary files 2014-12-10 20:04:13 +02:00
Avi Kivity
8d5924a734 posix: add function to pin the current thread 2014-10-12 16:37:30 +03:00
Avi Kivity
50c4dcbd5f posix: posix_thread: allocate stack manually
Otherwise, the stack is allocated on the creating thread and destroyed
on the created thread, which we don't support.
2014-10-05 19:00:04 +03:00
Avi Kivity
08706fcc6d posix: wrap mmap() for anonymous maps
Automatically munmap() when the result is destroyed.
2014-10-05 18:49:38 +03:00
Avi Kivity
1cd888c4a9 posix: move posix_thread implementation to new source file 2014-10-05 18:49:36 +03:00