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?