diff options
author | Nicolas Noble <nnoble@google.com> | 2015-04-03 13:32:47 -0700 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2015-04-03 23:02:47 +0200 |
commit | 91647cc8154b06df9225eaa67b03b05fbb353043 (patch) | |
tree | 7a8e86cfd6f2c983aaa276f440061b299fe79151 /BUILD | |
parent | 300ebc4c623b46f45506ac14b31e2660196dc596 (diff) |
Adding joinable threads, and gpr_thd_join.
Diffstat (limited to 'BUILD')
-rw-r--r-- | BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ cc_library( "src/core/support/sync.c", "src/core/support/sync_posix.c", "src/core/support/sync_win32.c", + "src/core/support/thd.c", "src/core/support/thd_posix.c", "src/core/support/thd_win32.c", "src/core/support/time.c", |