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

/darwin-on-arm/xnu/bsd/netinet/
H A Dkpi_ipfilter.c469 lck_attr_t *lck_attributes = 0; local
486 lck_attributes = lck_attr_alloc_init();
487 if (lck_attributes == 0) {
493 lck_mtx_init(kipf_lock, lck_grp, lck_attributes);
504 if (lck_attributes) {
505 lck_attr_free(lck_attributes);
506 lck_attributes = 0;

Completed in 13 milliseconds