Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Signalling a condition variable (pthreads)

How to provide extend-on-write functionality for memory mapped files in Linux?

linux posix aix

Replacement for the ioctl() function

c embedded posix driver ioctl

Is it possible to write a libPOSIX for Windows (Win32) without requiring a background service or DLL that's always loaded?

windows unix posix

POSIX queues and msg_max

linux posix message-queue

Are stdin/stderr guaranteed to be closed after process terminates?

c posix

Is it possible to send a signal to process that belongs to different user?

linux signals posix

Is Mac OS X POSIX-incompliant? (timer_settime)

macos unix posix

How do you know whether main has exited?

pthread_create with no arguments?

c++ c++11 pthreads posix

Why is there no dscanf()?

c linux posix scanf

Compiler says uuid.h not found but apt-get says it is

linux makefile posix

Why there is no inverse function for gmtime in libc?

time posix libc

What should my program's exit code be if I caught a signal?

c++ signals posix exit-code

Proper way to handle SIGTERM with multiple threads

pthreads - Join on group of threads, wait for one to exit

c pthreads posix

POSIX thread exit/crash/exception-crash while holding mutex

c pthreads posix mutex

How do I set the terminal foreground process group for a process I'm running under a pty?

SIGKILL signal handling

Why destroy pthread_cond_t and pthread_mutex_t?