Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAlex Rønne Petersen <alexrp@xamarin.com>2013-10-21 19:53:28 +0400
committerAlex Rønne Petersen <alexrp@xamarin.com>2013-10-21 20:08:16 +0400
commite4d2cc49a03b2cb7b31cddfd630e319bc4d344a1 (patch)
tree24b1bce05bba0af6c39115c1e5d142f7d84f1659 /docs
parent55d338134d006f070bb533484337e4c9e485be86 (diff)
Add mono_gc_wbarrier_generic_store_atomic () function.
This is used in place of mono_gc_wbarrier_generic_store () when we need the store to be atomic with release semantics.
Diffstat (limited to 'docs')
-rw-r--r--docs/current-api1
-rw-r--r--docs/public-api1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/current-api b/docs/current-api
index d0efffcaba0..1bbddca6123 100644
--- a/docs/current-api
+++ b/docs/current-api
@@ -307,6 +307,7 @@ mono_gc_out_of_memory
mono_gc_wbarrier_arrayref_copy
mono_gc_wbarrier_generic_nostore
mono_gc_wbarrier_generic_store
+mono_gc_wbarrier_generic_store_atomic
mono_gc_wbarrier_object_copy
mono_gc_wbarrier_set_arrayref
mono_gc_wbarrier_set_field
diff --git a/docs/public-api b/docs/public-api
index 082bfd9fdd1..231ecf171a9 100644
--- a/docs/public-api
+++ b/docs/public-api
@@ -307,6 +307,7 @@ mono_gc_out_of_memory
mono_gc_wbarrier_arrayref_copy
mono_gc_wbarrier_generic_nostore
mono_gc_wbarrier_generic_store
+mono_gc_wbarrier_generic_store_atomic
mono_gc_wbarrier_object_copy
mono_gc_wbarrier_set_arrayref
mono_gc_wbarrier_set_field