projects
/
urcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ac25810
)
Fix urcu.c comment
author
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 18 Sep 2009 12:30:03 +0000
(08:30 -0400)
committer
Mathieu Desnoyers
<mathieu.desnoyers@polymtl.ca>
Fri, 18 Sep 2009 12:30:03 +0000
(08:30 -0400)
Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@polymtl.ca>
urcu.c
patch
|
blob
|
blame
|
history
diff --git
a/urcu.c
b/urcu.c
index 39f5619773ba383b402fb1c536672af990129ed3..07537efbc55c90943b49f1a240aab5935fc55bc7 100644
(file)
--- a/
urcu.c
+++ b/
urcu.c
@@
-52,7
+52,7
@@
pthread_mutex_t urcu_mutex = PTHREAD_MUTEX_INITIALIZER;
/*
* Global grace period counter.
* Contains the current RCU_GP_CTR_BIT.
- * Also has a RCU_GP_C
TR_BI
T of 1, to accelerate the reader fast path.
+ * Also has a RCU_GP_C
OUN
T of 1, to accelerate the reader fast path.
* Written to only by writer with mutex taken. Read by both writer and readers.
*/
long urcu_gp_ctr = RCU_GP_COUNT;
This page took
0.026009 seconds
and
4
git commands to generate.