Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/kern/
H A Dlock_rw.c334 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 Dlock_rw.h136 …int8_t rwlde_mode_count; // -1 is held in write mode, posi… member
/xnu-11417.140.69/tools/lldbmacros/
H A Dmemory.py2677 if entry.rwlde_mode_count < 0:
2679 if entry.rwlde_mode_count > 0:
2680 read = entry.rwlde_mode_count