rculfhash: handle pthread_create failures
[urcu.git] / urcu-defer-impl.h
index a7d0b2f7c45aa0a1054d70aac989293b63c87466..c762400574cdea19947f0fd265d8c2a4fbb81f6e 100644 (file)
@@ -300,7 +300,7 @@ end:
 /*
  * _defer_rcu - Queue a RCU callback.
  */
-void _defer_rcu(void (*fct)(void *p), void *p)
+static void _defer_rcu(void (*fct)(void *p), void *p)
 {
        unsigned long head, tail;
 
@@ -363,7 +363,7 @@ void _defer_rcu(void (*fct)(void *p), void *p)
        wake_up_defer();
 }
 
-void *thr_defer(void *args)
+static void *thr_defer(void *args)
 {
        for (;;) {
                /*
This page took 0.02319 seconds and 4 git commands to generate.