Home
last modified time | relevance | path

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

/xnu-8796.121.2/osfmk/kern/
H A Dlock_rw.c318 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in canlock_rwlock_panic()
344 if ((type == LCK_RW_TYPE_SHARED) && can_be_shared_recursive && entry->rwlde_mode_count >= 1) { in assert_canlock_rwlock()
364 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in held_rwlock_notheld_with_info_panic()
368 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in held_rwlock_notheld_with_info_panic()
391 if (type == LCK_RW_TYPE_EXCLUSIVE && entry->rwlde_mode_count != -1) { in assert_held_rwlock()
394 if (type == LCK_RW_TYPE_SHARED && entry->rwlde_mode_count <= 0) { in assert_held_rwlock()
425 assertf(entry->rwlde_mode_count == 1, in change_held_rwlock()
428 lock, thread, get_rwlde_caller(entry), entry->rwlde_mode_count, in change_held_rwlock()
430 entry->rwlde_mode_count = -1; in change_held_rwlock()
434 assertf(entry->rwlde_mode_count == -1, in change_held_rwlock()
[all …]
H A Dlock_rw.h136 …int8_t rwlde_mode_count; // -1 is held in write mode, posi… member
/xnu-8796.121.2/tools/lldbmacros/
H A Dmemory.py2526 if entry.rwlde_mode_count < 0:
2528 if entry.rwlde_mode_count > 0:
2529 read = entry.rwlde_mode_count