Searched refs:detached (Results 1 - 4 of 4) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_detach.c11 t->detached = 2;
H A Dpthread_getattr_np.c9 a->_a_detach = !!t->detached;
H A Dpthread_create.c71 * and the detached thread case where the robust list head will
92 if (self->detached && self->map_base) {
97 * the case of threads that started out detached, the
99 * detached later (== 2), we need to clear it here. */
100 if (self->detached == 2) __syscall(SYS_set_tid_address, 0);
137 self->detached = 2;
269 new->detached = 1;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h23 int detached; member in struct:pthread

Completed in 51 milliseconds