Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

OSX lacks memalign

c++ c macos posix

How do I create a global variable that is thread-specific in C using POSIX threads?

In Python, why won't something print without a newline?

python posix

How to convert a PCRE to a POSIX RE?

regex posix

Non-blocking socket with poll

c sockets posix blocking

How do i remove a signal handler

c posix signal-handling

Is intmax_t the same as long long int?

c posix

Zombie processes

two file descriptors to same file

Share POSIX semaphore among multiple processes

c posix ipc semaphore

Shall we use poll() or select()?

Is usleep() in C implemented as busy wait?

c posix

Why does POSIX specify wctomb as non-thread-safe, but not mbtowc?

Exclusively open a device file in Linux

c linux posix flock

How to open serial port in linux without changing any pin?

linux serial-port posix

Are system() calls evil?

c++ posix

Why do shells ignore SIGINT and SIGQUIT in backgrounded processes?

linux shell unix signals posix

What are the reasons to check for error on close()?

c linux posix

Posix thread tutorial [closed]

c++ c linux pthreads posix

pthread_cond_wait and mutex requirement

pthreads posix