Home
last modified time | relevance | path

Searched refs:_m_next (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
Dpthread_mutex_trylock.c24 self->robust_list.off = (char*)&m->_m_lock-(char *)&m->_m_next; in __pthread_mutex_trylock_owner()
27 self->robust_list.pending = &m->_m_next; in __pthread_mutex_trylock_owner()
37 m->_m_next = next; in __pthread_mutex_trylock_owner()
40 ((char *)next - sizeof(void *)) = &m->_m_next; in __pthread_mutex_trylock_owner()
41 self->robust_list.head = &m->_m_next; in __pthread_mutex_trylock_owner()
Dpthread_mutex_unlock.c24 self->robust_list.pending = &m->_m_next; in __pthread_mutex_unlock()
28 volatile void *next = m->_m_next; in __pthread_mutex_unlock()
Dpthread_mutex_timedlock.c28 if (!priv) self->robust_list.pending = &m->_m_next; in pthread_mutex_timedlock_pi()
Dpthread_create.c108 - offsetof(pthread_mutex_t, _m_next)); in __pthread_exit()
/third_party/musl/src/thread/
Dpthread_mutex_trylock.c29 self->robust_list.off = (char*)&m->_m_lock-(char *)&m->_m_next; in __pthread_mutex_trylock_owner()
33 self->robust_list.pending = &m->_m_next; in __pthread_mutex_trylock_owner()
52 m->_m_next = next; in __pthread_mutex_trylock_owner()
55 ((char *)next - sizeof(void *)) = &m->_m_next; in __pthread_mutex_trylock_owner()
56 self->robust_list.head = &m->_m_next; in __pthread_mutex_trylock_owner()
Dpthread_mutex_unlock.c24 self->robust_list.pending = &m->_m_next; in __pthread_mutex_unlock()
28 volatile void *next = m->_m_next; in __pthread_mutex_unlock()
Dpthread_mutex_timedlock.c28 if (!priv) self->robust_list.pending = &m->_m_next; in pthread_mutex_timedlock_pi()
Dpthread_create.c118 - offsetof(pthread_mutex_t, _m_next)); in __pthread_exit()
/third_party/musl/porting/uniproton/kernel/src/internal/
Dpthread_impl.h36 #define _m_next __u.__p[4] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
Dpthread_impl.h35 #define _m_next __u.__p[4] macro
/third_party/musl/porting/liteos_m/kernel/src/internal/
Dpthread_impl.h36 #define _m_next __u.__p[4] macro
/third_party/musl/porting/linux/user/src/thread/
Dpthread_mutex_timedlock.c44 if (!priv) self->robust_list.pending = &m->_m_next; in pthread_mutex_timedlock_pi()
Dpthread_create.c190 - offsetof(pthread_mutex_t, _m_next)); in __pthread_exit()
/third_party/musl/src/internal/
Dpthread_impl.h82 #define _m_next __u.__p[4] macro
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h82 #define _m_next __u.__p[4] macro
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h83 #define _m_next __u.__p[4] macro
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h109 #define _m_next __u.__p[4] macro