Home
last modified time | relevance | path

Searched refs:NAME (Results 1 – 15 of 15) sorted by relevance

/sysdeps/generic/
A Dlibc-lock.h46 #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 Dlibc-lockP.h49 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 Dlibc-lock.h46 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 Dlibc-lock.h53 #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 Dsyscall-template.S64 # 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 Dutf16-utf32-z9.c28 #define _SINGLE_NAME(NAME) NAME##_single argument
29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
A Dutf8-utf16-z9.c28 #define _SINGLE_NAME(NAME) NAME##_single argument
29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
A Dutf8-utf32-z9.c28 #define _SINGLE_NAME(NAME) NAME##_single argument
29 #define SINGLE_NAME(NAME) _SINGLE_NAME(NAME) argument
A Dgconv_simple.c28 # 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 Dsysdep.h25 # 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 Dset-hooks-arch.h23 #define SET_RELHOOK(NAME, HOOK) \ argument
24 asm(".section " #NAME",\"aR\"\n" \
/sysdeps/i386/
A Dset-hooks-arch.h23 #define SET_RELHOOK(NAME, HOOK) \ argument
24 asm(".section " #NAME",\"aR\"\n" \
/sysdeps/powerpc/nofpu/
A Dsoft-supp.h55 # define SIM_COMPAT_SYMBOL(GLOBAL_NAME, NAME) \ argument
56 compat_symbol (libc, GLOBAL_NAME, NAME, GLIBC_2_3_2)
/sysdeps/htl/
A Dlibc-lockP.h41 # define PTFAVAIL(NAME) __libc_pthread_functions_init argument
47 # define PTFAVAIL(NAME) 1 argument
53 # define PTFAVAIL(NAME) (NAME != NULL) argument
/sysdeps/mips/
A Dtst-abi-interlink.c38 #define START_STATE(NAME) \ argument
39 case s_ ## NAME: \

Completed in 23 milliseconds