Home
last modified time | relevance | path

Searched refs:l_pid (Results 1 – 25 of 27) sorted by relevance

12

/glibc-2.36/sysdeps/unix/sysv/linux/
Dfcntl.c56 .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/
Dtst-cancel7.c143 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/
Dfcntl.c160 .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/
Dfcntl.h38 __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/
Dfcntl.h35 __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/
Dfcntl.h40 __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/
Dfcntl.h39 __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/
Dfcntl.h39 __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/
Dfcntl.h46 __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/
Dfcntl.h46 __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/
Dfcntl.h47 __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/
Dfcntl.h47 __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/
Dfcntl.h46 __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/
Dfcntl.h48 __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/
Dfcntl.h71 __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/
Dfcntl.h67 __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/
Dfcntl.h72 __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/
Dfcntl.h84 __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/
Dfcntl.h83 __pid_t l_pid; /* Process holding the lock. */ member
99 __pid_t l_pid; /* Process holding the lock. */ member
/glibc-2.36/bits/
Dfcntl.h116 __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/
Dfcntl.h203 __pid_t l_pid; /* Process holding the lock. */ member
213 __pid_t l_pid; /* Process holding the lock. */ member
/glibc-2.36/io/
Dlockf.c48 if (fl.l_type == F_UNLCK || fl.l_pid == __getpid ()) in lockf()
Dlockf64.c44 if (fl64.l_type == F_UNLCK || fl64.l_pid == __getpid ()) in __lockf64()
/glibc-2.36/conform/data/
Dfcntl.h-data86 element {struct flock} pid_t l_pid
/glibc-2.36/manual/
Dllio.texi4106 @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}.

12