Lines Matching refs:interfaces
40 should be acquired and released via these interfaces:
58 The above l* versions of the mutex and rwlock interfaces do more
59 than the ordinary interfaces: They define critical regions in
67 to interfaces that might block indefinitely are allowed.
99 lmalloc() and lfree() are the basic interfaces. The libc_*()
116 cases, like code in the I18N interfaces, where mutual exclusion
192 introduced several libc-private locking interfaces:
201 Unlike the lmutex_lock() and lmutex_unlock() interfaces described above,
202 these interfaces do not define critical regions, but signals are
207 These interfaces were brought over from code in the former libaio
212 These interfaces are available for other uses inside libc, as
221 - The sig_*() interfaces are not in themselves fork-safe.