Searched refs:lockflg (Results 1 – 1 of 1) sorted by relevance
68 static void lwp_mutex_cleanup(lwpchan_entry_t *ent, uint16_t lockflg);337 uint16_t lockflg; in lwpchan_destroy_cache() local342 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() argument1061 flag |= lockflg; in lwp_clear_mutex()1075 upi_dead(upimutex_t *upip, uint16_t lockflg) in upi_dead() argument1087 (void) lwp_clear_mutex(lp, lockflg); in upi_dead()1103 uint16_t lockflg = (ttoproc(t)->p_proc_flag & P_PR_EXEC)? in upimutex_cleanup() local1108 if (upi_dead(upip, lockflg) != 0) { in upimutex_cleanup()[all …]