/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | fcntl.c | 56 .l_pid = flk->l_pid in __libc_fcntl() 70 .l_pid = flk->l_pid in __libc_fcntl() 85 flk->l_pid = flk64.l_pid; in __libc_fcntl()
|
/glibc-2.36/nptl/ |
D | tst-cancel7.c | 143 printf ("child %lld still running\n", (long long) fl.l_pid); in do_test() 144 if (fl.l_pid == ll) in do_test() 145 kill (fl.l_pid, SIGKILL); in do_test() 171 && fl.l_pid == ll) in do_cleanup() 172 kill (fl.l_pid, SIGKILL); in do_cleanup()
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | fcntl.c | 160 .l_pid = fl->l_pid in __libc_fcntl() 204 fl->l_pid = fl64.l_pid; in __libc_fcntl()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/bits/ |
D | fcntl.h | 38 __pid_t l_pid; /* Process holding the lock. */ member 48 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/sh/bits/ |
D | fcntl.h | 35 __pid_t l_pid; /* Process holding the lock. */ member 45 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/generic/bits/ |
D | fcntl.h | 40 __pid_t l_pid; /* Process holding the lock. */ member 50 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/m68k/bits/ |
D | fcntl.h | 39 __pid_t l_pid; /* Process holding the lock. */ member 49 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/arm/bits/ |
D | fcntl.h | 39 __pid_t l_pid; /* Process holding the lock. */ member 49 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/aarch64/bits/ |
D | fcntl.h | 46 __pid_t l_pid; /* Process holding the lock. */ member 56 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/loongarch/bits/ |
D | fcntl.h | 46 __pid_t l_pid; /* Process holding the lock. */ member 56 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/riscv/bits/ |
D | fcntl.h | 47 __pid_t l_pid; /* Process holding the lock. */ member 57 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/bits/ |
D | fcntl.h | 47 __pid_t l_pid; /* Process holding the lock. */ member 57 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/x86/bits/ |
D | fcntl.h | 46 __pid_t l_pid; /* Process holding the lock. */ member 56 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/s390/bits/ |
D | fcntl.h | 48 __pid_t l_pid; /* Process holding the lock. */ member 58 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/microblaze/bits/ |
D | fcntl.h | 71 __pid_t l_pid; /* Process holding the lock. */ member 81 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/hppa/bits/ |
D | fcntl.h | 67 __pid_t l_pid; /* Process holding the lock. */ member 77 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/alpha/bits/ |
D | fcntl.h | 72 __pid_t l_pid; /* Process holding the lock. */ member 82 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/bits/ |
D | fcntl.h | 84 __pid_t l_pid; /* Process holding the lock. */ member 95 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/unix/sysv/linux/mips/bits/ |
D | fcntl.h | 83 __pid_t l_pid; /* Process holding the lock. */ member 99 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/bits/ |
D | fcntl.h | 116 __pid_t l_pid; /* Process holding the lock. */ member 127 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/sysdeps/mach/hurd/bits/ |
D | fcntl.h | 203 __pid_t l_pid; /* Process holding the lock. */ member 213 __pid_t l_pid; /* Process holding the lock. */ member
|
/glibc-2.36/io/ |
D | lockf.c | 48 if (fl.l_type == F_UNLCK || fl.l_pid == __getpid ()) in lockf()
|
D | lockf64.c | 44 if (fl64.l_type == F_UNLCK || fl64.l_pid == __getpid ()) in __lockf64()
|
/glibc-2.36/conform/data/ |
D | fcntl.h-data | 86 element {struct flock} pid_t l_pid
|
/glibc-2.36/manual/ |
D | llio.texi | 4106 @item pid_t l_pid 4321 an argument to open file description lock commands must have the @code{l_pid} 4324 the @code{l_pid} field in @code{struct flock} will be set to @math{-1} 4330 @code{l_pid} field to @math{0}.
|