Searched refs:start_arg (Results 1 - 3 of 3) sorted by relevance

/seL4-refos-master/libs/libmuslc/src/time/
H A Dtimer_create.c42 union sigval val = { .sival_ptr = self->start_arg };
69 self->start_arg = args->sev->sigev_value.sival_ptr;
/seL4-refos-master/libs/libmuslc/src/thread/
H A Dpthread_create.c145 __pthread_exit(self->start(self->start_arg));
153 __pthread_exit((void *)(uintptr_t)start(self->start_arg));
264 new->start_arg = arg;
/seL4-refos-master/libs/libmuslc/src/internal/
H A Dpthread_impl.h28 void *start_arg; member in struct:pthread

Completed in 36 milliseconds