summaryrefslogtreecommitdiffstats
path: root/lib/libthr/thread/thr_pshared.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthr/thread/thr_pshared.c')
-rw-r--r--lib/libthr/thread/thr_pshared.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/libthr/thread/thr_pshared.c b/lib/libthr/thread/thr_pshared.c
index e8ccf1c..8371478 100644
--- a/lib/libthr/thread/thr_pshared.c
+++ b/lib/libthr/thread/thr_pshared.c
@@ -252,3 +252,17 @@ __thr_pshared_destroy(void *key)
pshared_clean(key, val);
pshared_gc(curthread);
}
+
+void
+__thr_pshared_atfork_pre(void)
+{
+
+ _thr_rwl_rdlock(&pshared_lock);
+}
+
+void
+__thr_pshared_atfork_post(void)
+{
+
+ _thr_rwl_unlock(&pshared_lock);
+}
OpenPOWER on IntegriCloud