Searched refs:rwlde_mode_count (Results 1 – 3 of 3) sorted by relevance
| /xnu-12377.81.4/osfmk/kern/ |
| H A D | lock_rw.c | 334 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in canlock_rwlock_panic() 360 if ((type == LCK_RW_TYPE_SHARED) && can_be_shared_recursive && entry->rwlde_mode_count >= 1) { in assert_canlock_rwlock_slow() 388 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in held_rwlock_notheld_with_info_panic() 392 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in held_rwlock_notheld_with_info_panic() 412 if (type == LCK_RW_TYPE_EXCLUSIVE && entry->rwlde_mode_count != -1) { in assert_held_rwlock_slow() 415 if (type == LCK_RW_TYPE_SHARED && entry->rwlde_mode_count <= 0) { in assert_held_rwlock_slow() 450 assertf(entry->rwlde_mode_count == 1, in change_held_rwlock_slow() 453 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in change_held_rwlock_slow() 455 entry->rwlde_mode_count = -1; in change_held_rwlock_slow() 459 assertf(entry->rwlde_mode_count == -1, in change_held_rwlock_slow() [all …]
|
| H A D | lock_rw.h | 136 …int8_t rwlde_mode_count; // -1 is held in write mode, posi… member
|
| /xnu-12377.81.4/tools/lldbmacros/ |
| H A D | memory.py | 2630 if entry.rwlde_mode_count < 0: 2632 if entry.rwlde_mode_count > 0: 2633 read = entry.rwlde_mode_count
|