Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in 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?

Linux: system() + SIGCHLD handling + multithreading

Macro expansion of __typeof__ to function name

Posix select()/poll() and pthread IPC

c multithreading sockets posix

Where's glibc's socket implementation at?

c sockets posix glibc

Is `command -v` option required in a POSIX shell? Is posh compliant with POSIX?

shell posix

Does the use of an anonymous pipe introduce a memory barrier for interthread communication?

c++ windows posix memory-model

Is the Shebang (#!) standardized?