Lines Matching refs:lockflg
68 static void lwp_mutex_cleanup(lwpchan_entry_t *ent, uint16_t lockflg);
337 uint16_t lockflg; in lwpchan_destroy_cache() local
342 lockflg = exec? LOCK_UNMAPPED : LOCK_OWNERDEAD; in lwpchan_destroy_cache()
353 lwp_mutex_cleanup(ent, lockflg); in lwpchan_destroy_cache()
1054 lwp_clear_mutex(lwp_mutex_t *lp, uint16_t lockflg) in lwp_clear_mutex() argument
1061 flag |= lockflg; in lwp_clear_mutex()
1075 upi_dead(upimutex_t *upip, uint16_t lockflg) in upi_dead() argument
1087 (void) lwp_clear_mutex(lp, lockflg); in upi_dead()
1103 uint16_t lockflg = (ttoproc(t)->p_proc_flag & P_PR_EXEC)? in upimutex_cleanup() local
1108 if (upi_dead(upip, lockflg) != 0) { in upimutex_cleanup()
2860 lwp_mutex_cleanup(lwpchan_entry_t *ent, uint16_t lockflg) in lwp_mutex_cleanup() argument
2902 flag = lwp_clear_mutex(lp, lockflg); in lwp_mutex_cleanup()
2940 (void) lwp_clear_mutex(lp, lockflg); in lwp_mutex_cleanup()