Home
last modified time | relevance | path

Searched defs:M (Results 1 – 13 of 13) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_mutex.h22 #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 DuClibc_stdio.h130 #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 Dmalloc.h718 #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 Dmalloc.h729 #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 Dshared_ptr.cc38 struct alignas(64) M : __gnu_cxx::__mutex { }; in get_mutex() struct
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/src/c++11/
A Dshared_ptr.cc38 struct alignas(64) M : __gnu_cxx::__mutex { }; in get_mutex() struct
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/config/locale/dragonfly/
A Dtime_members.cc206 #define WIDE_LANGINFO(M,FMT) \ argument
/l4re-core-master/uclibc/lib/contrib/uclibc/test/locale-mbwc/
A Dtst_funcs.h23 #define Result(C, S, E, M) \ argument

Completed in 33 milliseconds