Searched refs:mleak_lock_grp_attr (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Duipc_mbuf.c529 static lck_grp_attr_t *mleak_lock_grp_attr; variable
1440 mleak_lock_grp_attr = lck_grp_attr_alloc_init();
1441 mleak_lock_grp = lck_grp_alloc_init("mleak_lock", mleak_lock_grp_attr);

Completed in 22 milliseconds