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

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dcascade_flock.c147 return (flock(files[index], LOCK_UN) == -1);
/darwin-on-arm/xnu/bsd/sys/
H A Dfcntl.h475 #define LOCK_UN 0x08 /* unlock file */ macro
/darwin-on-arm/xnu/bsd/kern/
H A Dkern_descrip.c4747 if (how & LOCK_UN) {
/darwin-on-arm/xnu/tools/tests/xnu_quick_test/
H A Dtests.c3868 my_err = flock( my_fd, LOCK_UN );
3870 printf( "flock - LOCK_UN - failed with error %d - \"%s\" \n", errno, strerror( errno) );

Completed in 94 milliseconds