Searched defs:thread (Results 1 – 12 of 12) sorted by relevance
41 struct thread{ struct42 union code *code; /* code for this thread */ argument57 thread *ret; /* who continues when this finishes */ argument
40 typedef struct thread thread; typedef
4 int thread; member19 int thread; member
8 int thread; member
8 int thread; member22 int thread; member
631 thread(void(*f)(void*), void *a) in thread() function
694 thread(void(*f)(void*), void *a) in thread() function
1234 thread(void(*f)(void*), void *a) in thread() function
110 Thread *thread; /* running thread */ member
465 thread(uintptr t) in thread() function