Home
last modified time | relevance | path

Searched refs:__UCLIBC_IO_MUTEX (Results 1 – 2 of 2) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A DuClibc_mutex.h75 #define __UCLIBC_IO_MUTEX(M) _IO_lock_t M macro
103 #define __UCLIBC_IO_MUTEX(M) __UCLIBC_MUTEX(M) macro
141 #define __UCLIBC_IO_MUTEX(M) __UCLIBC_MUTEX(M) macro
A DuClibc_stdio.h207 #if defined __UCLIBC_HAS_THREADS__ && !defined __UCLIBC_IO_MUTEX
211 # define __UCLIBC_IO_MUTEX(M) _IO_lock_t M macro
214 # define __UCLIBC_IO_MUTEX(M) pthread_mutex_t M macro
263 __UCLIBC_IO_MUTEX(__lock);

Completed in 5 milliseconds