Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Background process, with stdin a pipe connected to fd 3 in the parent shell script

bash shell pipe sh posix

munmap shared memory with locked robust mutex makes it deadlock, why?

c linux pthreads posix mutex

Applescript, POSIX filenames and Mountain Lion

applescript posix

strange behaviour of cout << Boost::posix_time

c++ boost posix

Qt, windows and _POSIX_

pthread_join - multiple threads waiting

c++ multithreading posix

Preventing SIGPIPE

linux signals posix ipc sigpipe

Scheme/Racket equivalent of ualarm

timer scheme posix racket

Mystery pthread problem with fork()

c++ posix pthreads

pthread_cond_timedwait() & pthread_cond_broadcast() explained

Why is sigaction sending the the raised signal ID twice?

c signals posix

C++ Copy directory recursive under unix

c++ unix recursion posix cp

Does opendir() / FindFirstFile() get a snapshot of a directory?

linux winapi posix

bad file descriptor in posix mqueue

c posix file-descriptor mqueue

Defining the concept of "library-safe" code [closed]

Passing user data with timer_create

c++ c linux timer posix

How can I determine if clients are connected to my socket?

c sockets unix posix