Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Is the C standard time() function thread safe even if provided a NULL parameter?

c multithreading posix

When does a Perl script need to call `tzset` before calling `localtime`?

c perl timezone posix localtime

How to test if sparse file is supported

How to distinguish between Escape and Escape Sequence

Actual implementation of EOF different from -1

c posix language-lawyer eof

pread; threadsafe or not?

c multithreading posix

mmap() and locking files

c locking posix mmap

Prevent RAM from paging to swap area (mlock)

python memory posix ram

Win32 mkdir vs _mkdir

c++ winapi posix

How and when should I use _POSIX_C_SOURCE in C programs?

How to keep newline intact in a sed command used in Makefile (POSIX)?

Faking date/time of child process

unix posix

What is the effect of changing system time on sleeping threads?

posix sleep bsd clock

Guarantees on sizeof(int) in Single UNIX or POSIX

unix posix sizeof

Will the Java Garbage Collector stop my POSIX threads created from JNI calls?

How to get list of open posix shared memory segments in FreeBSD

c posix shared-memory freebsd

In C++, what is the fastest way to load a large binary (1GB-4GB) file into memory?

c++ linux posix

Prototype of recv()

c sockets posix

Why does pthread_cond_timedwait doc talk about an "unavoidable race"?

c++ multithreading posix

Scheduling events at microsecond granularity in POSIX

c timer posix real-time poisson