Searched refs:lock_type (Results 1 - 5 of 5) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dsimple_lock.h98 unsigned short lock_type; /* must be second... see lock.c */ member in struct:slock
H A Dlocks_i386.c409 l->lock_type = USLOCK_TAG;
432 if (l->lock_type != USLOCK_TAG)
1846 else if (saddr->lock_type != USLOCK_TAG)
H A Dgenassym.c136 DECLARE("SLOCK_TYPE", offsetof(usimple_lock_t, lock_type));
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dsimple_lock.h100 unsigned short lock_type; /* must be second... see lock.c */ member in struct:__anon952
H A Dlocks_ppc.c356 l->lock_type = USLOCK_TAG;
377 if (l->lock_type != USLOCK_TAG)
2357 else if (saddr->lock_type != USLOCK_TAG)

Completed in 35 milliseconds