Home
last modified time | relevance | path

Searched refs:usimple_lock_data_t (Results 1 – 3 of 3) sorted by relevance

/xnu-8019.80.24/osfmk/arm/
H A Dsimple_lock.h79 typedef lck_spin_t usimple_lock_data_t, *usimple_lock_t; typedef
85 } usimple_lock_data_t, *usimple_lock_t; typedef
95 } usimple_lock_data_t, *usimple_lock_t; typedef
106 typedef usimple_lock_data_t *simple_lock_t;
107 typedef usimple_lock_data_t simple_lock_data_t;
/xnu-8019.80.24/osfmk/i386/
H A Dsimple_lock.h104 } usimple_lock_data_t, *usimple_lock_t; typedef
112 } usimple_lock_data_t, *usimple_lock_t; typedef
119 typedef usimple_lock_data_t *simple_lock_t;
120 typedef usimple_lock_data_t simple_lock_data_t;
H A Dgenassym.c123 DECLARE("SLOCK_ILK", offsetof(usimple_lock_data_t, interlock)); in main()
125 DECLARE("SLOCK_TYPE", offsetof(usimple_lock_data_t, lock_type)); in main()
126 DECLARE("SLOCK_PC", offsetof(usimple_lock_data_t, debug.lock_pc)); in main()
127 DECLARE("SLOCK_THREAD", offsetof(usimple_lock_data_t, debug.lock_thread)); in main()
128 DECLARE("SLOCK_DURATIONH", offsetof(usimple_lock_data_t, debug.duration[0])); in main()
129 DECLARE("SLOCK_DURATIONL", offsetof(usimple_lock_data_t, debug.duration[1])); in main()
450 DECLARE("USL_INTERLOCK", offsetof(usimple_lock_data_t, interlock)); in main()