Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix few trivial Coverity issues, mainly PASS_BY_VALUE. | phajdan.jr@chromium.org | 2009-07-06 | 1 | -1/+1 |
* | Use PlatformThreadId, not int when dealing with thread ids. | agl@chromium.org | 2009-01-23 | 1 | -2/+2 |
* | Add a simple thread pool to SimpleThread. | deanm@google.com | 2008-09-02 | 1 | -1/+49 |
* | Bring back SimpleThread, but with a Delegate interface. | deanm@google.com | 2008-08-29 | 1 | -0/+141 |
* | Remove CallWrapper and SimpleThread. They overlap too closely with the messa... | deanm@google.com | 2008-08-22 | 1 | -163/+0 |
* | Properly initialize PlatformThreadHandle. The Open Group Base Specifications... | deanm@google.com | 2008-08-22 | 1 | -2/+2 |
* | Make CallWrappers multiuse. No longer make CallWrapper->Run() self deleting.... | deanm@google.com | 2008-08-22 | 1 | -6/+7 |
* | Create a simple abstraction to a native OS thread, mostly useful for unittest... | deanm@google.com | 2008-08-22 | 1 | -0/+162 |