Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Accessing a system call directly from user program

c posix system-calls

what is __dirstream, where can we find the definition

c linux header directory posix

Locking mechanisms for shared-memory consistency

Signalling all threads in a process

How to improve performance of File::Find::Rule calls?

perl file unix find posix

Can I assume that nobody is 65534?

posix user-permissions uid

error while using mutex

c++ linux pthreads posix mutex

Allocating initialized, aligned memory

Unable to set Pthread Priority

How to use POSIXLY_CORRECT in grep?

POSIX function to search PATH for an executable?

c unix path posix

How to synchronize manager/worker pthreads without a join?

c pthreads posix

Compare-and-Swap over POSIX-compliant filesystem objects

Alternative to ssize_t on POSIX-unconformant systems

c posix

Is it valid to call pthread_join on the main thread?

c pthreads posix

Open file for read/write, create if needed

Is it possible to partially free dynamically-allocated memory on a POSIX system?

Can I call accept() for one socket from several threads simultaneously?

Difference between fclose and close

c file posix file-descriptor

getline() with a file descriptor instead of a file pointer

c posix getline libc