Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

POSIX API call to list all the pthreads running in a process

c linux pthreads posix

Where is ssize_t defined in Linux?

c linux types include posix

Behavior of extended bytes/characters in C/POSIX locale

How to durably rename a file in POSIX?

What is path //, how is it different from /

linux kernel posix pathname

kubectl: get specific value from a secret in plaintext

kubernetes posix kubectl

What are the POSIX cancellation points?

multiple threads doing poll() or select() on a single socket or pipe

What's the practical limit on the size of single packet transmitted over domain socket?

linux sockets unix posix ipc

Setting creation or change timestamps

linux timestamp posix

Why create system call is called creat? [closed]

c linux unix posix

What are the advantages of pwrite and pread over fwrite and fread?

c++ posix

Posix shared memory vs mapped files

Java Threads vs Pthreads

java multithreading posix

What does select(2) do if you close(2) a file descriptor in a separate thread?

c linux multithreading posix

How can I determine if the operating system is POSIX in C?

c gcc posix

Function overloading in C

c posix overloading

waitpid, wnohang, wuntraced. How do I use these

c posix waitpid

Where is the list of the POSIX C API functions? [closed]

c posix

How do you capture a group with regex?

c regex posix