Search code examples
Why can the posix thread id be NULL in Linux kernel function filp_close?...


linuxfilelinux-kernelposix

Read More
Relationship between shared memory and files...


linuxposixshared-memory

Read More
Are message queues obsolete in linux?...


linuxsocketsposixipcmessage-queue

Read More
What is the Difference Between read() and recv() , and Between send() and write()?...


csocketsunixnetwork-programmingposix

Read More
extracting a filepath as a string using a global recursive search?...


pythonstringposixfilepath

Read More
Looking for ways to 'mock' posix functions in C/C++ code...


cmockingposixgoogletest

Read More
How do you correctly cleanup and re-use SysV shared memory segments?...


linuxposixshared-memory

Read More
SED- Change column from lower to upper case based on 2 conditions from script...


regexlinuxsedposix

Read More
How to delete or clear all the messages from the POSIX message queue in c?...


clinuxposixipcmessage-queue

Read More
POSIX multi-value option_argument syntax...


posix

Read More
How can I make the pthread tasks executes in the correct order according to their priorities?...


cmultithreadingpthreadsposix

Read More
How to alter the recursive locking behaviour of Windows Mutex?...


cwindowsposixmutex

Read More
What's the best way to loop over single line with several separator?...


bashloopsshellposix

Read More
Open semaphore without changing its value...


clinuxposix

Read More
Is poll(2) guaranteed to work with duplicated file descriptors?...


cposix

Read More
Better way to manipulate data using AWK and SED...


awksedposixgnu

Read More
how do I parse an iso 8601 date (with optional milliseconds) to a struct tm in C++?...


c++parsingposixdatetime-format

Read More
Undefined references to mq functions...


clinuxposix

Read More
Using pipes: read in child and write in parent or vice versa...


cpipeposix

Read More
Remove specific character that repeats more than once, and leave only one...


stringbashposix

Read More
Unable to form the required regex in C...


cregexposix

Read More
New Windows 8.1 APIs for virtual memory management: `DiscardVirtualMemory()` vs `VirtualAlloc()` and...


winapimemory-managementposixwindows-8.1virtual-memory

Read More
Expanding Environment variable in string using python...


pythonposix

Read More
Working with threads in c/c++, across many different platforms...


c++cmultithreadingpthreadsposix

Read More
Does POSIX require comparison operators for `pthread_key_t`, `pthread_once_t` and `pthread_t`?...


c++ctypespthreadsposix

Read More
Can format like "May 17, 2017", "17/5/2017" or "17-5-17 05:24:39" be u...


rposixtransformationposixlt

Read More
Killing child process one by one...


cunixsignalsposixhandler

Read More
How can I access the file in C when the user used the '<' command on the shell?...


cshellposix

Read More
Can advice of posix_fadvise() be combined?...


cfilecachingioposix

Read More
Portable way to split an external variable containing newlines in awk?...


awkposix

Read More
BackNext