Lines Matching +full:shared +full:- +full:memory
9 rw_trywrlock, rw_unlock \- multiple readers, single writer locks
13 cc -mt [ \fIflag\fR... ] \fIfile\fR...[ \fIlibrary\fR... ]
53 Many threads can have simultaneous read-only access to data, while only one
60 processes if they are allocated in writable memory and shared among
83 allocated in memory shared between processses, i.e. either in Sys V shared
84 memory (see \fBshmop\fR(2)) or in memory mapped to a file (see \fBmmap\fR(2)).
86 shared memory.
102 memory. A \fItype\fR of \fBUSYNC_THREAD\fR is assumed in this case. Multiple
104 readers/writer lock must not be re-initialized while in use by other threads.
107 The following are default readers/writer lock initialization (intra-process):
140 (inter-process):
188 If successful, these functions return \fB0\fR. Otherwise, a non-zero value is
240 MT-Level MT-Safe