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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_cache.c149 lck_grp_attr_t * strcache_lck_grp_attr; variable
1748 strcache_lck_grp_attr= lck_grp_attr_alloc_init();
1750 strcache_lck_grp = lck_grp_alloc_init("String Cache", strcache_lck_grp_attr);

Completed in 16 milliseconds