aboutsummaryrefslogtreecommitdiffhomepage
path: root/BUILD
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nnoble@google.com>2015-04-03 13:32:47 -0700
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-04-03 23:02:47 +0200
commit91647cc8154b06df9225eaa67b03b05fbb353043 (patch)
tree7a8e86cfd6f2c983aaa276f440061b299fe79151 /BUILD
parent300ebc4c623b46f45506ac14b31e2660196dc596 (diff)
Adding joinable threads, and gpr_thd_join.
Diffstat (limited to 'BUILD')
-rw-r--r--BUILD1
1 files changed, 1 insertions, 0 deletions
diff --git a/BUILD b/BUILD
index e5822c7442..ccff9c05c6 100644
--- a/BUILD
+++ b/BUILD
@@ -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",