/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uClibc_mutex.h | 22 #define __UCLIBC_MUTEX(M) pthread_mutex_t M argument 27 #define __UCLIBC_MUTEX_INIT_VAR(M) \ argument 59 #define __UCLIBC_MUTEX_AUTO_LOCK(M,A,V) \ argument 62 #define __UCLIBC_MUTEX_AUTO_UNLOCK(M,A) \ argument 65 #define __UCLIBC_MUTEX_LOCK(M) \ argument 68 #define __UCLIBC_MUTEX_UNLOCK(M) \ argument 75 #define __UCLIBC_IO_MUTEX(M) _IO_lock_t M argument 92 #define __UCLIBC_IO_MUTEX_AUTO_LOCK(M,A,V) \ argument 95 #define __UCLIBC_IO_MUTEX_AUTO_UNLOCK(M,A) \ argument 138 #define __UCLIBC_MUTEX_LOCK(M) ((void)0) argument [all …]
|
A D | uClibc_stdio.h | 130 #define STDIO_INIT_MUTEX(M) _IO_lock_init(M) argument 132 #define STDIO_INIT_MUTEX(M) __stdio_init_mutex(& M) argument 211 # define __UCLIBC_IO_MUTEX(M) _IO_lock_t M argument 214 # define __UCLIBC_IO_MUTEX(M) pthread_mutex_t M argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc-standard/ |
A D | malloc.h | 718 #define unsorted_chunks(M) (bin_at(M, 1)) argument 739 #define initial_top(M) (unsorted_chunks(M)) argument 818 #define have_anychunks(M) (((M)->max_fast & ANYCHUNKS_BIT)) argument 819 #define set_anychunks(M) ((M)->max_fast |= ANYCHUNKS_BIT) argument 820 #define clear_anychunks(M) ((M)->max_fast &= ~ANYCHUNKS_BIT) argument 835 #define set_max_fast(M, s) \ argument 839 #define get_max_fast(M) \ argument 850 #define contiguous(M) \ argument 852 #define noncontiguous(M) \ argument 854 #define set_contiguous(M) \ argument [all …]
|
/l4re-core-master/uclibc/lib/uclibc/ARCH-all/libc/stdlib/malloc-standard/ |
A D | malloc.h | 729 #define unsorted_chunks(M) (bin_at(M, 1)) argument 750 #define initial_top(M) (unsorted_chunks(M)) argument 829 #define have_anychunks(M) (((M)->max_fast & ANYCHUNKS_BIT)) argument 830 #define set_anychunks(M) ((M)->max_fast |= ANYCHUNKS_BIT) argument 831 #define clear_anychunks(M) ((M)->max_fast &= ~ANYCHUNKS_BIT) argument 846 #define set_max_fast(M, s) \ argument 850 #define get_max_fast(M) \ argument 861 #define contiguous(M) \ argument 863 #define noncontiguous(M) \ argument 865 #define set_contiguous(M) \ argument [all …]
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/src/c++11/ |
A D | shared_ptr.cc | 38 struct alignas(64) M : __gnu_cxx::__mutex { }; in get_mutex() struct
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/ |
A D | shared_ptr.cc | 38 struct alignas(64) M : __gnu_cxx::__mutex { }; in get_mutex() struct
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/ |
A D | time_members.cc | 206 #define WIDE_LANGINFO(M,FMT) \ argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/ |
A D | time_members.cc | 206 #define WIDE_LANGINFO(M,FMT) \ argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/ |
A D | time_members.cc | 206 #define WIDE_LANGINFO(M,FMT) \ argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/ |
A D | time_members.cc | 206 #define WIDE_LANGINFO(M,FMT) \ argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/ |
A D | time_members.cc | 206 #define WIDE_LANGINFO(M,FMT) \ argument
|
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/ |
A D | time_members.cc | 206 #define WIDE_LANGINFO(M,FMT) \ argument
|
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/ |
A D | tst_funcs.h | 23 #define Result(C, S, E, M) \ argument
|