Searched refs:locks (Results 26 - 50 of 90) sorted by relevance

1234

/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_cnode.h41 #include <kern/locks.h>
H A Dhfs.h51 #include <kern/locks.h>
290 * taking locks.
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/hfscommon/BTree/
H A DBTreeNodeReserve.c30 #include <kern/locks.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Draw_usrreq.c72 #include <kern/locks.h>
H A Dif_var.h72 #include <kern/locks.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dmcache.h40 #include <kern/locks.h>
H A Dprotosw.h112 #include <kern/locks.h>
H A Ddtrace_glue.h36 #include <kern/locks.h>
H A Dvnode_internal.h85 #include <kern/locks.h>
H A Dproc_internal.h81 #include <kern/locks.h>
89 * The short form for various locks that protect fields in the data structures.
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIOLocks.h50 #include <libkern/locks.h>
68 @discussion Allocates a mutex in general purpose memory, and initilizes it. Mutexes are general purpose blocking mutual exclusion locks, supplied by libkern/locks.h. This function may block and so should not be called from interrupt level or while a spin lock is held.
185 @discussion Allocates a recursive lock in general purpose memory, and initializes it. Recursive locks function identically to mutexes but allow one thread to lock more than once, with balanced unlocks.
251 @discussion Allocates and initializes a read/write lock in general purpose memory, and initilizes it. Read/write locks provide for multiple readers, one exclusive writer, and are supplied by libkern/locks.h. This function may block and so should not be called from interrupt level or while a spin lock is held.
339 * Simple locks. Cannot block while holding a simple lock.
350 @discussion Allocates an initializes a spin lock in general purpose memory, and initilizes it. Spin locks provide non-blocking mutual exclusion for synchronization between thread context and interrupt context, or for multiprocessor synchronization, and are supplied by libkern/locks.h. This function may block and so should not be called from interrupt level or while a spin lock is held.
378 @discussion Lock the spin lock. If the lock is held, spin waiting for its unlock. Spin locks disabl
[all...]
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOLocks.cpp47 #include <kern/locks.h>
239 * Spin locks
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dlocks.h37 #include <machine/locks.h>
56 /* RW locks are returned in the same mode */
409 * read-write locks do not have a concept of ownership, so lck_rw_assert()
H A Dstartup.c94 #include <kern/locks.h>
H A Dthread.h114 #include <kern/locks.h>
549 * XXX Funnel locks XXX
634 * XXX Funnel locks XXX
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dppc_init.c56 #include <ppc/locks.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Daurp_aurpd.c60 #include <kern/locks.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dipcomp_input.c54 #include <kern/locks.h>
H A Dipcomp_output.c54 #include <kern/locks.h>
H A Desp_rijndael.c40 #include <kern/locks.h>
/macosx-10.5.8/xnu-1228.15.4/security/
H A Dmac_internal.h79 #include <kern/locks.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/i386/
H A Dsystemcalls.c32 #include <kern/locks.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkpi_socketfilter.c36 #include <kern/locks.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Din_pcb.h78 #include <kern/locks.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netkey/
H A Dkeysock.c47 #include <kern/locks.h>

Completed in 145 milliseconds

1234