Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

two file descriptors to same file

Share POSIX semaphore among multiple processes

c posix ipc semaphore

Shall we use poll() or select()?

Is usleep() in C implemented as busy wait?

c posix

Why does POSIX specify wctomb as non-thread-safe, but not mbtowc?

Exclusively open a device file in Linux

c linux posix flock

How to open serial port in linux without changing any pin?

linux serial-port posix

Are system() calls evil?

c++ posix

Why do shells ignore SIGINT and SIGQUIT in backgrounded processes?

linux shell unix signals posix

What are the reasons to check for error on close()?

c linux 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