commit | 697283e9177ee5730bf5c652c3c05d3aa3838ace | [log] [tgz] |
---|---|---|
author | Glenn Kasten <gkasten@google.com> | Thu Jun 23 12:55:29 2011 -0700 |
committer | Glenn Kasten <gkasten@google.com> | Thu Jun 23 12:55:29 2011 -0700 |
tree | a17ef92257437f6e130a2c73a53e92fc4bdca5a2 | |
parent | 0ff6d7ee17de33d314ef726e7506b39c64a3ed35 [diff] |
Add Thread::join This new API will be used by applications that previously used the lower-level pthread APIs (including pthread_join). Centralizing on the Thread class instead of pthread will permit additional functionality to be added later in only one location. Change-Id: I8460169ac9c61ac9f85752405ed54c94651058d7