Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Parent id in fork() and early termination

aio on osx: Is it implemented in the kernel or with user threads? Other Options?

macos asynchronous io posix aio

How to get the session id of the session associated with a terminal?

deadlock detection in multithreaded application

How can I avoid resource leak when using a semaphore?

linux posix semaphore glibc

Find out default language on Linux

linux posix

readline hangs on manual pipe()

perl posix

Executing another program from C++ with specified running timeout

c++ linux unix gcc posix

Is there any way to lock a mutex and have it automatically unlock after a given time?

c linux posix real-time mutex

How do I find out which header/include declared what variables in source? [closed]

c++ c linux posix

mmap: enforce 64K alignment

c++ c posix

Doubt in malloc. C (Linux)

c malloc posix buffer

Where do you place POSIX semaphores when using POSIX shared memory?

C++ time_t to std::string for a specific time zone

c++ time posix

The version of pthread_join() that does not block main(): POSIX

c multithreading posix

implementing a `maxsplit` function in POSIX awk

awk posix