Searched refs:rwlde_mode_count (Results 1 – 3 of 3) sorted by relevance
| /xnu-8019.80.24/osfmk/kern/ |
| H A D | lock_rw.c | 314 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in canlock_rwlock_panic() 340 if ((type == LCK_RW_TYPE_SHARED) && can_be_shared_recursive && entry->rwlde_mode_count >= 1) { in assert_canlock_rwlock() 360 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in held_rwlock_notheld_with_info_panic() 364 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in held_rwlock_notheld_with_info_panic() 387 if (type == LCK_RW_TYPE_EXCLUSIVE && entry->rwlde_mode_count != -1) { in assert_held_rwlock() 390 if (type == LCK_RW_TYPE_SHARED && entry->rwlde_mode_count <= 0) { in assert_held_rwlock() 421 assertf(entry->rwlde_mode_count == 1, in change_held_rwlock() 424 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in change_held_rwlock() 426 entry->rwlde_mode_count = -1; in change_held_rwlock() 430 assertf(entry->rwlde_mode_count == -1, in change_held_rwlock() [all …]
|
| H A D | lock_rw.h | 146 …int8_t rwlde_mode_count; // -1 is held in write mode, posi… member
|
| /xnu-8019.80.24/tools/lldbmacros/ |
| H A D | memory.py | 3150 if entry.rwlde_mode_count < 0: 3152 if entry.rwlde_mode_count > 0: 3153 read = entry.rwlde_mode_count
|