Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Posix thread tutorial [closed]

c++ c linux pthreads posix

pthread_cond_wait and mutex requirement

pthreads posix

Will write(2) always write less than or equal to SSIZE_MAX?

c posix

Linux: Executing child process with piped stdin/stdout

c++ c linux posix glibc

How to close a file?

Cost of context switch between threads of same process, on Linux

How to extract the correct timezones from POSIXct and POSIXlt objects?

r timezone posix

Why can't getaddrinfo be found when compiling with gcc and std=c99

c gcc posix

What does the "ve" in "execve" mean?

posix

Are there any platforms where using structure copy on an fd_set (for select() or pselect()) causes problems?

c linux unix posix

PaxHeaders in tarball

c unix posix tar pax

popen equivalent in c++

c++ posix popen

UNIX / Linux / Mac OSX get permission of file as number

Why use select() instead of sleep()?

c multithreading posix

Example of realpath function in C

c posix realpath

Is Android POSIX-compatible?

android c posix

open(2) function hangs when trying to open serial port in MacOS

macos serial-port posix

Regex Syntax changes between POSIX and PCRE

regex caching posix pcre varnish

Why does `gmtime` take a pointer?

c time posix

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

c linux pthreads posix