Searched refs:__wake (Results 1 - 18 of 18) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A D__lock.c13 if (l[1]) __wake(l, 1, 1);
H A Dpthread_cond_broadcast.c10 __wake(&c->_c_seq, -1, 0);
H A Dpthread_cond_signal.c10 __wake(&c->_c_seq, 1, 0);
H A Dvmlock.c20 __wake(vmlock, -1, 1);
H A Dpthread_once.c8 __wake(control, -1, 1);
26 __wake(control, -1, 1);
H A Dpthread_barrier_wait.c18 if (b->_b_waiters2) __wake(&b->_b_count, -1, 0);
21 if (b->_b_waiters) __wake(&b->_b_lock, 1, 0);
31 if (b->_b_waiters2) __wake(&b->_b_count, -1, 0);
45 __wake(&b->_b_lock, 1, 0);
82 if (b->_b_waiters) __wake(&b->_b_lock, 1, 1);
96 if (b->_b_waiters) __wake(&b->_b_lock, 1, 1);
99 __wake(&inst->last, -1, 1);
102 if (b->_b_waiters) __wake(&b->_b_lock, 1, 1);
108 __wake(&inst->finished, 1, 1);
H A Dpthread_cond_destroy.c9 __wake(&c->_c_seq, -1, 0);
H A Dpthread_rwlock_unlock.c15 __wake(&rw->_rw_lock, cnt, priv);
H A Dsem_post.c15 if (val<0 || waiters) __wake(sem->__val, 1, priv);
H A Dpthread_cond_timedwait.c50 __wake(l, 1, 1);
56 if (w) __wake(l, 1, 1);
115 __wake(&c->_c_waiters, 1, 0);
139 __wake(node.notify, 1, 1);
H A Dpthread_mutex_unlock.c33 __wake(&m->_m_lock, 1, priv);
H A Dsynccall.c173 __wake(&__block_new_threads, -1, 1);
H A Dpthread_create.c85 __wake(&m->_m_lock, 1, priv);
299 __wake(new->startlock, 1, 1);
/seL4-refos-master/libs/libmuslc/src/stdio/
H A D__lockfile.c27 if (f->waiters) __wake(&f->lock, 1, 1);
/seL4-refos-master/libs/libmuslc/src/time/
H A Dtimer_delete.c10 __wake(&td->timer_id, 1, 1);
/seL4-refos-master/libs/libmuslc/src/aio/
H A Daio.c154 __wake(&at->running, -1, 1);
156 __wake(&cb->__err, -1, 1);
158 __wake(&__aio_fut, -1, 1);
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h128 static inline void __wake(volatile void *addr, int cnt, int priv) function
/seL4-refos-master/libs/libmuslc/src/malloc/
H A Dmalloc.c81 if (lk[1]) __wake(lk, 1, 1);

Completed in 57 milliseconds