Home
last modified time | relevance | path

Searched defs:Thread (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/libthread/
H A Dthreadimpl.h25 typedef struct Thread Thread; typedef
66 struct Thread struct
77 Thread *next; /* next on ready queue */ argument
80 Thread *nextt; /* next on list of threads in this proc*/ argument
86 Thread *rendhash; /* Trgrp linked list */ argument
110 Thread *thread; /* running thread */ argument
/plan9/sys/src/liboventi/
H A Dplan9-thread.c12 typedef struct Thread Thread; typedef
14 struct Thread { struct
19 Thread *next; argument