From 31008b07cab4d9f257f2a32be3e025cdd4dfd7ec Mon Sep 17 00:00:00 2001 From: Gareth Rees Date: Thu, 20 Jun 2013 16:31:42 +0100 Subject: [PATCH] Forgot to document thread-safety property of mps_ld_isstale_any. Copied from Perforce Change: 182818 ServerID: perforce.ravenbrook.com --- mps/manual/source/topic/location.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/mps/manual/source/topic/location.rst b/mps/manual/source/topic/location.rst index d70d689415b..57484c15e97 100644 --- a/mps/manual/source/topic/location.rst +++ b/mps/manual/source/topic/location.rst @@ -345,6 +345,10 @@ Location dependency interface block was added to the location dependency and subsquently moved, and false otherwise, but cannot ensure this.) + .. note:: + + :c:func:`mps_ld_isstale_any` has the same thread-safety + properties as :c:func:`mps_ld_isstale`. .. c:function:: void mps_ld_merge(mps_ld_t dest_ld, mps_arena_t arena, mps_ld_t src_ld)