Searched refs:rwlde_mode_count (Results 1 – 3 of 3) sorted by relevance
| /xnu-8020.101.4/osfmk/kern/ |
| H A D | lock_rw.c | 312 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in canlock_rwlock_panic() 338 if ((type == LCK_RW_TYPE_SHARED) && can_be_shared_recursive && entry->rwlde_mode_count >= 1) { in assert_canlock_rwlock() 358 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in held_rwlock_notheld_with_info_panic() 362 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in held_rwlock_notheld_with_info_panic() 385 if (type == LCK_RW_TYPE_EXCLUSIVE && entry->rwlde_mode_count != -1) { in assert_held_rwlock() 388 if (type == LCK_RW_TYPE_SHARED && entry->rwlde_mode_count <= 0) { in assert_held_rwlock() 419 assertf(entry->rwlde_mode_count == 1, in change_held_rwlock() 422 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in change_held_rwlock() 424 entry->rwlde_mode_count = -1; in change_held_rwlock() 428 assertf(entry->rwlde_mode_count == -1, in change_held_rwlock() [all …]
|
| H A D | lock_rw.h | 145 …int8_t rwlde_mode_count; // -1 is held in write mode, posi… member
|
| /xnu-8020.101.4/tools/lldbmacros/ |
| H A D | memory.py | 2516 if entry.rwlde_mode_count < 0: 2518 if entry.rwlde_mode_count > 0: 2519 read = entry.rwlde_mode_count
|