Home
last modified time | relevance | path

Searched refs:_m_next (Results 1 - 19 of 19) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/thread/
H A 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()
H A 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()
H A Dpthread_mutex_timedlock.c28 if (!priv) self->robust_list.pending = &m->_m_next; in pthread_mutex_timedlock_pi()
H A Dpthread_create.c103 - offsetof(pthread_mutex_t, _m_next)); in __pthread_exit()
/third_party/musl/src/thread/
H A Dpthread_mutex_trylock.c41 self->robust_list.off = (char*)&m->_m_lock-(char *)&m->_m_next; in __pthread_mutex_trylock_owner()
47 self->robust_list.pending = &m->_m_next; in __pthread_mutex_trylock_owner()
70 m->_m_next = next; in __pthread_mutex_trylock_owner()
73 ((char *)next - sizeof(void *)) = &m->_m_next; in __pthread_mutex_trylock_owner()
74 self->robust_list.head = &m->_m_next; in __pthread_mutex_trylock_owner()
H A Dpthread_mutex_unlock.c30 self->robust_list.pending = &m->_m_next; in __pthread_mutex_unlock()
34 volatile void *next = m->_m_next; in __pthread_mutex_unlock()
H A Dpthread_mutex_timedlock.c29 if (!priv) self->robust_list.pending = &m->_m_next; in pthread_mutex_timedlock_pi()
H A Dpthread_create.c136 - offsetof(pthread_mutex_t, _m_next)); in __pthread_exit()
/third_party/musl/porting/liteos_m/kernel/src/internal/
H A Dpthread_impl.h36 #define _m_next __u.__p[4] macro
/third_party/musl/porting/linux/user/src/thread/
H A Dpthread_mutex_timedlock.c44 if (!priv) self->robust_list.pending = &m->_m_next; in pthread_mutex_timedlock_pi()
H A Dpthread_create.c215 - offsetof(pthread_mutex_t, _m_next)); in __pthread_exit()
/third_party/musl/porting/uniproton/kernel/src/internal/
H A Dpthread_impl.h36 #define _m_next __u.__p[4] macro
/third_party/musl/porting/liteos_a/kernel/src/internal/
H A Dpthread_impl.h31 #define _m_next __u.__p[4] macro
/third_party/musl/porting/liteos_m/user/src/internal/
H A Dpthread_impl.h83 #define _m_next __u.__p[4] macro
/third_party/musl/porting/linux/user/src/internal/
H A Dpthread_impl.h140 #define _m_next __u.__p[4] macro
/third_party/musl/porting/liteos_a/user/src/internal/
H A Dpthread_impl.h93 #define _m_next __u.__p[4] macro
/third_party/musl/src/thread/liteos_a/
H A Dpthread_create.c103 - offsetof(pthread_mutex_t, _m_next)); in __pthread_exit()
/third_party/musl/src/internal/
H A Dpthread_impl.h129 #define _m_next __u.__p[4] macro
/third_party/musl/src/thread/linux/
H A Dpthread_create.c277 - offsetof(pthread_mutex_t, _m_next)); in __pthread_exit()

Completed in 9 milliseconds