Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

Can I create a pthread inside a pthread, which is already created by the main?

c++ sockets posix

Determine if a function is async-signal-safe (can be called inside a signal handler)

objective-c c posix signals

Sending int with mq_send

queue posix

Why use ${@+"$@"} in shell scripts?

linux posix sh

Check if pthread_mutex is initialized

c linux pthreads posix

How to extract correct date from POSIXct element? [duplicate]

r posix posixct as.date

Why doesn't os.chflags() work under Linux?

python-2.7 debian posix

Is a semicolon prohibited after NAME in `for NAME do ...`?

shell posix language-lawyer

Allocate file on disk without zeroing

c macos posix fcntl fallocate

C++ parse date/time with microseconds

c++ parsing datetime posix

zsh is not splitting by IFS after parameter expansion

bash shell posix zsh ifs

Can string literals be passed in posix_spawn's argv?

c posix string-literals

Why does `std::time` have an unnecessary parameter?

c++ c time posix

What can cause a spontaneous EPIPE error without either end calling close() or crashing?

unix sockets ipc posix

What is the relation between PATH_MAX and NAME_MAX, and how do I obtain?

python c posix gnu limits

How to be notified when a thread has been terminated for some error

c multithreading posix signals

POSIX-compatible regex library for Visual Studio C

When non-blocking I/O is turned on for stdout, is it correct for the OS to turn it on for stdin too?

c linux macos posix

While signal not received?

c linux pthreads signals posix

master / worker threads and signal handling