/sysdeps/generic/ |
A D | libc-lock.h | 46 #define __libc_lock_init(NAME) argument 48 #define __libc_rwlock_init(NAME) argument 56 #define __libc_lock_fini(NAME) argument 57 #define __libc_rwlock_fini(NAME) argument 63 #define __libc_lock_lock(NAME) argument 64 #define __libc_rwlock_rdlock(NAME) argument 65 #define __libc_rwlock_wrlock(NAME) argument 72 #define __libc_lock_trylock(NAME) 0 argument 80 #define __libc_lock_unlock(NAME) argument 81 #define __libc_rwlock_unlock(NAME) argument [all …]
|
/sysdeps/nptl/ |
A D | libc-lockP.h | 49 CLASS __libc_lock_t NAME; 65 CLASS __libc_lock_t NAME; 95 #define PTFAVAIL(NAME) 1 argument 101 #define __libc_lock_init(NAME) ((void) ((NAME) = LLL_LOCK_INITIALIZER)) argument 102 #define __libc_rwlock_init(NAME) __pthread_rwlock_init (&(NAME), NULL) argument 111 #define __libc_lock_lock(NAME) ({ lll_lock (NAME, LLL_PRIVATE); 0; }) argument 112 #define __libc_rwlock_rdlock(NAME) __pthread_rwlock_rdlock (&(NAME)) argument 113 #define __libc_rwlock_wrlock(NAME) __pthread_rwlock_wrlock (&(NAME)) argument 116 #define __libc_lock_trylock(NAME) lll_trylock (NAME) argument 119 #define __libc_lock_unlock(NAME) lll_unlock (NAME, LLL_PRIVATE) argument [all …]
|
A D | libc-lock.h | 46 CLASS __libc_lock_recursive_t NAME; 64 # define __libc_lock_init_recursive(NAME) \ argument 93 if ((NAME).owner != self) \ 96 (NAME).owner = self; \ 98 ++(NAME).cnt; \ 111 if ((NAME).owner != self) \ 115 (NAME).owner = self; \ 116 (NAME).cnt = 1; \ 122 ++(NAME).cnt; \ 135 if (--(NAME).cnt == 0) \ [all …]
|
/sysdeps/mach/ |
A D | libc-lock.h | 53 #define __libc_lock_define(CLASS,NAME) \ argument 54 CLASS __libc_lock_t NAME; 63 #define __libc_lock_init(NAME) (NAME) = LLL_LOCK_INITIALIZER argument 73 #define __libc_lock_lock(NAME) \ argument 77 #define __libc_lock_trylock(NAME) lll_trylock (NAME) argument 80 #define __libc_lock_unlock(NAME) \ argument 84 CLASS __libc_lock_recursive_t NAME; 140 #define __rtld_lock_initialize(NAME) \ argument 143 __libc_lock_trylock_recursive (NAME) 145 __libc_lock_lock_recursive(NAME) [all …]
|
/sysdeps/unix/ |
A D | syscall-template.S | 64 # define T_PSEUDO(SYMBOL, NAME, N, U1, U2) \ argument 65 PSEUDO (SYMBOL, NAME, N, U1, U2) 67 PSEUDO_NOERRNO (SYMBOL, NAME, N, U1, U2) 68 # define T_PSEUDO_ERRVAL(SYMBOL, NAME, N, U1, U2) \ argument 69 PSEUDO_ERRVAL (SYMBOL, NAME, N, U1, U2) 71 # define T_PSEUDO(SYMBOL, NAME, N) \ argument 72 PSEUDO (SYMBOL, NAME, N) 73 # define T_PSEUDO_NOERRNO(SYMBOL, NAME, N) \ argument 74 PSEUDO_NOERRNO (SYMBOL, NAME, N) 75 # define T_PSEUDO_ERRVAL(SYMBOL, NAME, N) \ argument [all …]
|
/sysdeps/s390/multiarch/ |
A D | utf16-utf32-z9.c | 28 #define _SINGLE_NAME(NAME) NAME##_single argument 29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
|
A D | utf8-utf16-z9.c | 28 #define _SINGLE_NAME(NAME) NAME##_single argument 29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
|
A D | utf8-utf32-z9.c | 28 #define _SINGLE_NAME(NAME) NAME##_single argument 29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
|
A D | gconv_simple.c | 28 # define ICONV_C_NAME(NAME) __##NAME##_c argument 29 # define ICONV_VX_NAME(NAME) __##NAME##_vx argument 42 # define ICONV_VX_SINGLE(NAME) \ argument 43 static __typeof (NAME##_single) __##NAME##_vx_single __attribute__((alias(#NAME "_single")));
|
/sysdeps/aarch64/ |
A D | sysdep.h | 25 # define AARCH64_R(NAME) R_AARCH64_ ## NAME argument 31 # define AARCH64_R(NAME) R_AARCH64_P32_ ## NAME argument 206 # define MOVL(R, NAME) \ argument 207 movz PTR_REG (R), #:abs_g3:NAME; \ 208 movk PTR_REG (R), #:abs_g2_nc:NAME; \ 209 movk PTR_REG (R), #:abs_g1_nc:NAME; \ 210 movk PTR_REG (R), #:abs_g0_nc:NAME; 212 # define MOVL(R, NAME) \ 213 movz PTR_REG (R), #:abs_g1:NAME; \ 214 movk PTR_REG (R), #:abs_g0_nc:NAME;
|
/sysdeps/x86_64/ |
A D | set-hooks-arch.h | 23 #define SET_RELHOOK(NAME, HOOK) \ argument 24 asm(".section " #NAME",\"aR\"\n" \
|
/sysdeps/i386/ |
A D | set-hooks-arch.h | 23 #define SET_RELHOOK(NAME, HOOK) \ argument 24 asm(".section " #NAME",\"aR\"\n" \
|
/sysdeps/powerpc/nofpu/ |
A D | soft-supp.h | 55 # define SIM_COMPAT_SYMBOL(GLOBAL_NAME, NAME) \ argument 56 compat_symbol (libc, GLOBAL_NAME, NAME, GLIBC_2_3_2)
|
/sysdeps/htl/ |
A D | libc-lockP.h | 41 # define PTFAVAIL(NAME) __libc_pthread_functions_init argument 47 # define PTFAVAIL(NAME) 1 argument 53 # define PTFAVAIL(NAME) (NAME != NULL) argument
|
/sysdeps/mips/ |
A D | tst-abi-interlink.c | 38 #define START_STATE(NAME) \ argument 39 case s_ ## NAME: \
|