X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;ds=inline;f=include%2Fllvm%2FSupport%2FThreading.h;h=9007c132a99a412192dd4278d26ebb3a22bad9d5;hb=4918b66f8428f0d5b4559da8f966e3aa54c3b1ba;hp=7e8758407c7cb8d0abd4360858bf7f9bc4ccc337;hpb=9022b9a501c2c213deb2d062282658f367758dc7;p=oota-llvm.git diff --git a/include/llvm/Support/Threading.h b/include/llvm/Support/Threading.h index 7e8758407c7..9007c132a99 100644 --- a/include/llvm/Support/Threading.h +++ b/include/llvm/Support/Threading.h @@ -21,7 +21,8 @@ namespace llvm { bool llvm_is_multithreaded(); /// llvm_execute_on_thread - Execute the given \p UserFn on a separate - /// thread, passing it the provided \p UserData. + /// thread, passing it the provided \p UserData and waits for thread + /// completion. /// /// This function does not guarantee that the code will actually be executed /// on a separate thread or honoring the requested stack size, but tries to do