Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Structure of sem_t and implementation of semaphores

c linux posix semaphore

Mapping files into virtual memory in C on Windows

c winapi posix mmap

In POSIX, why can't a single condvar be used with multiple mutexes?

how to get notified on termination of some another process in Linux

linux posix opensuse

How to install 'posix' in windows

php windows wamp posix

Will poll return -1 if any POLLERR, POLLHUP, or POLLNVAL revents are set?

c posix

non blocking socket in c++

c++ sockets pthreads posix

How can heredocs be used with xargs?

find posix xargs heredoc ed

How write posix waitpid() analog for windows?

c++ c winapi posix

The posix C write() and thread-safety

c thread-safety posix

Run multiple commands, but run the last one in the background

bash shell posix

What's the difference between pthread_setschedparam and sched_setscheduler?

c++ c linux posix

Can TCC be modified to compile with Emscripten? If not, where can I find an x86-generating C compiler that does?

Race condition between signal handling and fork()

c process posix

Find PID of a process that locked a file

python linux posix

Proper fork() and pipe() use for a single parent having multiple children. How do I do this right?

c linux pipe fork posix

How to modify a single file inside a very large zip without re-writing the entire zip?

c zip compression posix