-
The teal threads manager is a very thin layer over
pthreads. All thread scheduling decisions are left to
the pthreads scheduler which can result in
non-deterministic (and hence non-reproducable)
behavior. Some examples:
1) If multiple threads are blocked waiting for a locked
mutex, when the mutex becomes unlocked, the thread that
succeeds in acquiring the mutex next may change from...
2006-11-03 15:56:11 UTC by dvdog
-
heritageorchard committed patchset 59 of module code to the Teal CVS repository, changing 29 files.
2006-03-25 11:36:29 UTC by heritageorchard
-
heritageorchard committed patchset 58 of module code to the Teal CVS repository, changing 3 files.
2006-02-21 11:32:55 UTC by heritageorchard
-
heritageorchard committed patchset 57 of module code to the Teal CVS repository, changing 14 files.
2006-01-28 18:28:02 UTC by heritageorchard
-
heritageorchard committed patchset 56 of module code to the Teal CVS repository, changing 9 files.
2006-01-26 09:46:29 UTC by heritageorchard
-
heritageorchard committed patchset 55 of module code to the Teal CVS repository, changing 4 files.
2006-01-23 13:20:32 UTC by heritageorchard
-
heritageorchard committed patchset 54 of module code to the Teal CVS repository, changing 11 files.
2006-01-05 13:49:14 UTC by heritageorchard
-
heritageorchard committed patchset 53 of module code to the Teal CVS repository, changing 5 files.
2005-11-28 04:34:38 UTC by heritageorchard
-
heritageorchard committed patchset 52 of module code to the Teal CVS repository, changing 3 files.
2005-11-25 22:04:37 UTC by heritageorchard
-
heritageorchard committed patchset 51 of module code to the Teal CVS repository, changing 29 files.
2005-11-20 19:44:42 UTC by heritageorchard