OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:F_LOCK
(Results
1 - 14
of
14
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/liblutil/
lockf.c
41
#if defined(HAVE_LOCKF) && defined(
F_LOCK
)
78
/* use
F_LOCK
instead of F_TLOCK, ie: block */
79
return lockf( fd,
F_LOCK
, 0 );
/src/lib/libc/gen/
lockf.c
62
case
F_LOCK
:
utmpx.c
273
if (lockf(fileno(fp),
F_LOCK
, (off_t)0) == -1)
/src/external/bsd/am-utils/dist/conf/checkmount/
checkmount_default.c
76
if (lockf(fileno(mtab),
F_LOCK
, 0) < 0) {
/src/tests/kernel/
t_lockf.c
233
error = dolock(fd,
F_LOCK
, 0, 1);
239
error = dolock(fd,
F_LOCK
, 1, 1);
242
dolock(fd,
F_LOCK
, 0, 1); /* will block */
247
error = dolock(fd,
F_LOCK
, 1, 1);
/src/external/bsd/openldap/dist/servers/slapd/slapi/
printmsg.c
89
while ( lockf( fileno( fp ),
F_LOCK
, 0 ) != 0 ) {
/src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/posix/
unistd.d
219
enum
F_LOCK
= 1;
534
enum
F_LOCK
= 1;
718
enum
F_LOCK
= 1;
873
enum
F_LOCK
= 1;
1010
enum
F_LOCK
= 1;
1192
enum
F_LOCK
= 1;
1511
enum
F_LOCK
= 1;
1778
enum
F_LOCK
= 1;
2020
enum
F_LOCK
= 1;
/src/games/atc/
log.c
179
if (lockf(fileno(score_fp),
F_LOCK
, 1) < 0)
/src/include/
unistd.h
257
#define
F_LOCK
1
/src/tests/lib/libpthread/
t_cancellation.c
338
RL(lockf(fd,
F_LOCK
, 0));
/src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_interceptors.cc
145
# define
F_LOCK
1 /* Lock a region for exclusive use. */
/src/external/gpl3/gcc.old/dist/libsanitizer/tsan/
tsan_interceptors_posix.cpp
140
# define
F_LOCK
1 /* Lock a region for exclusive use. */
/src/external/gpl3/binutils/dist/opcodes/
frv-opc.c
1228
32, 32, 0x7dfc0fc0, { { F (F_PACK) }, { F (F_MISC_NULL_1) }, { F (
F_LOCK
) }, { F (F_OP) }, { F (F_GRI) }, { F (F_OPE1) }, { F (F_GRJ) }, { 0 } }
/src/external/gpl3/binutils.old/dist/opcodes/
frv-opc.c
1228
32, 32, 0x7dfc0fc0, { { F (F_PACK) }, { F (F_MISC_NULL_1) }, { F (
F_LOCK
) }, { F (F_OP) }, { F (F_GRI) }, { F (F_OPE1) }, { F (F_GRJ) }, { 0 } }
Completed in 234 milliseconds
Indexes created Tue Feb 24 01:34:59 UTC 2026