Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

How to trigger spurious wake-up within a Linux application?

c linux multithreading posix

Maximum length of **argv parameters

c posix

How do I get the exit status of a command in a getline pipeline?

awk posix getline

Get current memory usage of WKWebView?

ios xcode posix wkwebview

How can barriers be destroyable as soon as pthread_barrier_wait returns?

What does the getcontext system call (ucontext.h) really do?

How to implement 'set -o pipefail' in a POSIX way - almost done, expert help needed

shell command-line pipe posix

Build static ELF without libc using unistd.h from Linux headers

linux gcc posix elf libc

On Linux, is access() faster than stat()?

How to get the absolute library file name corresponding to a relative path given to dlopen?

c++ c linux posix dlopen

What are the most important POSIX functions not available in Android?

Why is the time reported by time() sometimes 1 second behind the seconds component of timespec_get() in C code?

c time posix timespec

Warning with nftw

c linux unix posix

make main program wait for threads to finish

c++ pthreads posix

How do I perform low level I/O on a Linux device file in Python?

python linux posix

How to determine if a file descriptor is seekable?

c posix file-descriptor

pthread functions "_np" suffix

posix pthreads glibc

Set a timeout for reading stdin

c posix

What would it take to make Windows a POSIX compliant operating system out of the box?

What does #define _POSIX_SOURCE mean?

c macros posix