Is write() thread safe?

Gavin Li gavinl@optech.ca
Wed Sep 14 19:56:00 GMT 2005


I open a fifo=open("/dev/rtf0", WR_ONLY); and I have two threads write to
this fifo. Is this write() function threadsafe, or I have to use mutex to
protect fifo?



More information about the Libc-alpha mailing list