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

/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Duipc_usrreq.c1409 lck_mtx_lock(&fg->fg_lock);
1411 lck_mtx_unlock(&fg->fg_lock);
1416 lck_mtx_lock(&fg->fg_lock);
1421 lck_mtx_unlock(&fg->fg_lock);
1438 lck_mtx_unlock(&fg->fg_lock);
1447 lck_mtx_unlock(&fg->fg_lock);
1463 lck_mtx_unlock(&fg->fg_lock);
1468 lck_mtx_unlock(&fg->fg_lock);
1501 lck_mtx_unlock(&fg->fg_lock);
1549 lck_mtx_lock(&fg->fg_lock);
[all...]
H A Dkern_descrip.c3411 lck_mtx_init(&fg->fg_lock, file_lck_grp, file_lck_attr);
3478 lck_mtx_destroy(&fg->fg_lock, file_lck_grp);
3956 lck_mtx_lock_spin(&fg->fg_lock);
3960 lck_mtx_unlock(&fg->fg_lock);
3972 lck_mtx_unlock(&fg->fg_lock);
4262 lck_mtx_lock_spin(&fg->fg_lock);
4272 lck_mtx_unlock(&fg->fg_lock);
4294 lck_mtx_lock_spin(&fg->fg_lock);
4296 lck_mtx_unlock(&fg->fg_lock);
4309 * Locks: Takes and drops fg_lock, potentiall
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dfile_internal.h162 lck_mtx_t fg_lock; member in struct:fileglob

Completed in 25 milliseconds