Home
last modified time | relevance | path

Searched refs:LOCK_EX (Results 1 – 3 of 3) sorted by relevance

/xnu-8792.61.2/bsd/sys/
H A Dfcntl.h652 #define LOCK_EX 0x02 /* exclusive file lock */ macro
/xnu-8792.61.2/tests/
H A Dkqueue_file_tests.c443 if ((res = flock(tmpfd, LOCK_EX)) == -1) { in execute_action()
/xnu-8792.61.2/bsd/kern/
H A Dkern_descrip.c5693 if (how & LOCK_EX) { in sys_flock()