Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in posix

POSIX Threads: are pthreads_cond_wait() and others systemcalls?

unix multithreading posix

undefined referance to LibSerial

Is there an async way of knowing a file has changed?

c++ file unix filesystems posix

Which C function is used to find out if a user exists on the system?

c posix

Trying to write 2GB to file, seeing incorrect amount being written

c file-io posix

does libc function "strcpy()" invoke any syscall?

posix libc system-calls strcpy

an array of size 37

c linux macos posix

snprintf - format not a string literal and no format arguments warning

c linux gcc posix printf

set flag in signal handler

c++ linux unix c++11 posix

Regarding parallel POSIX threads

c multithreading posix

Is read-only access to a vector (vector::operator[] and vector::size()) asynchronous-safe?

POSIX message queue - Does it still exists after reboot?

c linux posix ipc message-queue

performing malloc in threads

Why Text.Regex.Posix =~ matches characters with \d?

regex haskell posix

POSIX getline() - line buffer state on EOF?

c posix getline

What does POSIX mean by "two's complement representation" in stdint.h?

c posix language-lawyer

It really looks like OS X has a bug when using poll() on a named pipe (FIFO)... can an expert confirm?

macos posix named-pipes

how to avoid polling in pthreads

What Can I Use Besides usleep in a Modern POSIX Environment?

c posix c99

Linux Pthread argument

c linux pthreads posix