Home
last modified time | relevance | path

Searched defs:thread (Results 1 – 12 of 12) sorted by relevance

/plan9/sys/src/cmd/rc/
H A Dexec.h41 struct thread{ struct
42 union code *code; /* code for this thread */ argument
57 thread *ret; /* who continues when this finishes */ argument
H A Drc.h40 typedef struct thread thread; typedef
/plan9/sys/src/cmd/aquarela/
H A Dsmblisten.c4 int thread; member
19 int thread; member
H A Dalarm.c8 int thread; member
H A Dnbns.c8 int thread; member
H A Dnbss.c8 int thread; member
22 int thread; member
H A Dnbdgram.c8 int thread; member
/plan9/sys/src/cmd/ip/
H A Ddhcpclient.c631 thread(void(*f)(void*), void *a) in thread() function
H A Dpptp.c694 thread(void(*f)(void*), void *a) in thread() function
H A Dpptpd.c1234 thread(void(*f)(void*), void *a) in thread() function
/plan9/sys/src/libthread/
H A Dthreadimpl.h110 Thread *thread; /* running thread */ member
/plan9/sys/src/cmd/venti/srv/
H A Dhproc.c465 thread(uintptr t) in thread() function