Home
last modified time | relevance | path

Searched refs:self (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.2/kernel/src/process/
Dkthread.c162 struct kthread_info_t *self = to_kthread(current_pcb); in kthread() local
164 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() local
251 if (self->flags & (1 << KTHREAD_SHOULD_STOP)) in kthread_should_stop()