Home
last modified time | relevance | path

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

/plan9-contrib/sys/src/libthread/
H A Dthreadimpl.h25 typedef struct Thread Thread; typedef
67 struct Thread struct
78 Thread *next; /* next on ready queue */ argument
81 Thread *nextt; /* next on list of threads in this proc*/ argument
87 Thread *rendhash; /* Trgrp linked list */ argument
88 void* rendtag; /* rendezvous tag */
89 void* rendval; /* rendezvous value */
90 int rendbreak; /* rendezvous has been taken */
92 Chanstate chan; /* which channel operation is current */
93 Alt *alt; /* pointer to current alt structure (debugging) */
[all …]
/plan9-contrib/sys/src/liboventi/
H A Dplan9-thread.c12 typedef struct Thread Thread; typedef
14 struct Thread { struct
19 Thread *next; argument