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

/macosx-10.9.5/xnu-2422.115.4/bsd/net/
H A Dnet_str_id.c51 static lck_mtx_t *net_str_id_lock = &net_str_id_lock_data; variable
75 lck_mtx_init(net_str_id_lock, lck_group, lck_attrb);
111 lck_mtx_lock(net_str_id_lock);
120 lck_mtx_unlock(net_str_id_lock);
126 lck_mtx_unlock(net_str_id_lock);
137 lck_mtx_unlock(net_str_id_lock);
144 lck_mtx_unlock(net_str_id_lock);
166 lck_mtx_lock(net_str_id_lock); variable
182 lck_mtx_unlock(net_str_id_lock); variable
195 lck_mtx_unlock(net_str_id_lock); variable
200 lck_mtx_unlock(net_str_id_lock); variable
[all...]

Completed in 98 milliseconds