Search code examples
Sleep function in C (POSIX) breaks my program...


cforkposixsleep

Read More
AIO Asynchronous I/O with a callback function -- looking for best way...


casynchronoussignalsposixaio

Read More
What does POSIX mean when it says stderr is expected to be open for reading and writing?...


cfilelanguage-lawyerposixstderr

Read More
c passing several arguments to threads...


cmultithreadingpthreadsposix

Read More
In Java 1.6 File.renameTo() atomic on linux?...


javalinuxposixrenameatomic

Read More
Why isn't my array values swapping in shared memory?...


c++linuxposix

Read More
getting SEGFAULT when reading an array from shared memory...


csegmentation-faultposixshared-memorymmap

Read More
Why do I need to use `pthread_exit()` from the main thread, while it was not created by a `pthread_c...


c++posix

Read More
Are there in AIX mechanisms EPOLL/KQUEUE or their equivalents?...


unixposixaixiocpkqueue

Read More
Why does start_routine for pthread_create return void* and take void*...


cposixpthreads

Read More
How do I synchronize access to shared memory in LynxOS/POSIX?...


cipcposixshared-memorylynxos

Read More
Determine if path is inside directory...


cposixchrootrealpath

Read More
Synchronization of inter process communication between three relative processes...


cunixprocesssignalsposix

Read More
No-op shell command that preserves $?...


shposixcode-generation

Read More
Do what `which` does in bash but in C...


clinuxpathposix

Read More
Can I reuse the buffer in open_memstream...


cstreamposixstdio

Read More
list files in a directory - and filter results...


cposix

Read More
error: expected expression before ‘{’ token in pthread rw_lock...


cpthreadsposix

Read More
Using Struct Stat()...


c++structposix

Read More
How to use SIGEV_THREAD, sigevent for linux-timer(s) expiration handling in C?...


clinuxmultithreadingtimerposix

Read More
Creating a random character in C...


clinuxunixasciiposix

Read More
Regular Expression for a Persons Initials...


regexposix

Read More
Can Redshift SQL perform a case insensitive regular expression evaluation?...


regexposixamazon-redshiftpcre

Read More
Why Python subprocesses won't properly capture signals?...


pythonlinuxsubprocesssignalsposix

Read More
How is this while-loop iterating?...


clinuxwhile-loopposix

Read More
C lseek misbehaving...


cposixtaillseek

Read More
Is it safe to use ucontext_t on linux arm64?...


linuxarmposixarm64

Read More
Is it possible to partially free dynamically-allocated memory on a POSIX system?...


c++memorymemory-managementposix

Read More
Why does Perl's POSIX::strftime %F specifier not work on Windows?...


windowsperlposix

Read More
Is it safe to call pthread_cancel() on terminated thread?...


cpthreadsposix

Read More
BackNext