Searched refs:self (Results 1 – 1 of 1) sorted by relevance
162 struct kthread_info_t *self = to_kthread(current_pcb); in kthread() local164 self->thread_fn = thread_fn; in kthread()165 self->data = data; in kthread()184 if (!(self->flags & (1 << KTHREAD_SHOULD_STOP))) in kthread()250 struct kthread_info_t *self = to_kthread(current_pcb); in kthread_should_stop() local251 if (self->flags & (1 << KTHREAD_SHOULD_STOP)) in kthread_should_stop()