ossp-pkg/pth/pth_sched.c 1.81 -> 1.82
--- pth_sched.c 2002/01/27 11:03:41 1.81
+++ pth_sched.c 2002/11/03 11:15:05 1.82
@@ -240,6 +240,7 @@
pth_time_add(&pth_sched->running, &running);
/* ** ENTERING THREAD ** - by switching the machine context */
+ pth_current->dispatches++;
pth_mctx_switch(&pth_sched->mctx, &pth_current->mctx);
/* update scheduler times */
|
|