ossp-pkg/pth/pth_tcb.c 1.39 -> 1.40
--- pth_tcb.c 2002/10/24 15:21:14 1.39
+++ pth_tcb.c 2002/11/03 11:15:05 1.40
@@ -40,6 +40,7 @@
/* standard thread control block ingredients */
int prio; /* base priority of thread */
char name[PTH_TCB_NAMELEN];/* name of thread (mainly for debugging) */
+ int dispatches; /* total number of thread dispatches */
pth_state_t state; /* current state indicator for thread */
/* timing */
|
|