Home
last modified time | relevance | path

Searched defs:flags (Results 1 – 25 of 359) sorted by relevance

12345678910>>...15

/glibc-2.36/sysdeps/unix/sysv/linux/arm/
Ddl-cache.h25 # define _dl_cache_check_flags(flags) \ argument
29 # define _dl_cache_check_flags(flags) \ argument
/glibc-2.36/mach/
Dlowlevellock.h53 #define __lll_wait(ptr, val, flags) \ argument
56 #define lll_wait(var, val, flags) \ argument
60 #define __lll_wait_intr(ptr, val, flags) \ argument
63 #define lll_wait_intr(var, val, flags) \ argument
67 #define __lll_wake(ptr, flags) \ argument
69 #define lll_wake(var, flags) \ argument
73 #define __lll_lock(ptr, flags) \ argument
87 #define lll_lock(var, flags) \ argument
102 #define __lll_unlock(ptr, flags) \ argument
109 #define lll_unlock(var, flags) \ argument
/glibc-2.36/hurd/
Dhurdlock.h34 #define __lll_xwait(ptr, lo, hi, flags) \ argument
39 #define __lll_timed_wait(ptr, val, mlsec, flags) \ argument
44 #define __lll_timed_wait_intr(ptr, val, mlsec, flags) \ argument
49 #define __lll_timed_xwait(ptr, lo, hi, mlsec, flags) \ argument
75 #define lll_robust_lock(var, flags) \ argument
91 #define __lll_set_wake(ptr, val, flags) \ argument
97 #define lll_robust_unlock(var, flags) \ argument
102 #define __lll_requeue(src, dst, wake_one, flags) \ argument
111 #define lll_abstimed_wait(var, val, tsp, flags, ...) \ argument
118 #define lll_abstimed_wait_intr(var, val, tsp, flags, ...) \ argument
[all …]
Dopenport.c25 openport (io_t port, int flags) in openport()
Dhurdlock.c48 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_wait()
59 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_wait_intr()
70 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_xwait()
82 const struct timespec *tsp, int flags, int clk) in __lll_abstimed_lock()
123 __lll_robust_lock (void *ptr, int flags) in __lll_robust_lock()
163 const struct timespec *tsp, int flags, int clk) in __lll_robust_abstimed_lock()
230 __lll_robust_unlock (void *ptr, int flags) in __lll_robust_unlock()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dtst-memfd_create.c35 int flags = fcntl (fd, F_GETFD); in is_cloexec() local
44 int flags = fcntl (fd, F_GET_SEALS); in get_seals() local
68 int flags = 0; in do_test() local
Dgentempfd.c25 __gen_tempfd (int flags) in __gen_tempfd()
Dumount2.c23 __umount2 (const char *special_file, int flags) in __umount2()
Drecvmsg.c24 __recvmsg_syscall (int fd, struct msghdr *msg, int flags) in __recvmsg_syscall()
34 __libc_recvmsg64 (int fd, struct msghdr *msg, int flags) in __libc_recvmsg64()
Dmlock2.c23 mlock2 (const void *addr, size_t length, unsigned int flags) in mlock2()
/glibc-2.36/misc/
Dmlockall.c28 mlockall (int flags) in mlockall()
Dchflags.c27 chflags (const char *file, unsigned long int flags) in chflags()
Dfchflags.c27 fchflags (int fd, unsigned long int flags) in fchflags()
Dmkostemp64.c30 mkostemp64 (char *template, int flags) in mkostemp64()
Dswapon.c25 swapon (const char *path, int flags) in swapon()
/glibc-2.36/stdio-common/
Dgentempfd.c22 __gen_tempfd (int flags) in __gen_tempfd()
/glibc-2.36/posix/
Dspawnattr_getflags.c23 posix_spawnattr_getflags (const posix_spawnattr_t *attr, short int *flags) in posix_spawnattr_getflags()
Dspawnattr_setflags.c33 __posix_spawnattr_setflags (posix_spawnattr_t *attr, short int flags) in __posix_spawnattr_setflags()
/glibc-2.36/elf/
Dtst-auditmod24.h23 test_symbind_flags (unsigned int flags) in test_symbind_flags()
/glibc-2.36/io/
Dpipe2.c27 __pipe2 (int pipedes[2], int flags) in __pipe2()
/glibc-2.36/sysdeps/unix/sysv/linux/ia64/
Ddl-cache.h21 #define _dl_cache_check_flags(flags) \ argument
/glibc-2.36/sysdeps/unix/sysv/linux/powerpc/powerpc64/
Ddl-cache.h21 #define _dl_cache_check_flags(flags) \ argument
/glibc-2.36/sysdeps/unix/sysv/linux/sparc/sparc64/
Ddl-cache.h21 #define _dl_cache_check_flags(flags) \ argument
/glibc-2.36/sysdeps/unix/sysv/linux/s390/s390-64/
Ddl-cache.h21 #define _dl_cache_check_flags(flags) \ argument
/glibc-2.36/sysdeps/riscv/rvf/
Dfsetexcptflg.c25 fexcept_t flags = *flagp; in fesetexceptflag() local

12345678910>>...15