projects
/
userspace-rcu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cef5f31
)
Wrap a file name in backticks
author
Wu Yongwei
<wuyongwei@gmail.com>
Tue, 1 Nov 2022 14:17:32 +0000
(22:17 +0800)
committer
Wu Yongwei
<wuyongwei@gmail.com>
Tue, 1 Nov 2022 14:17:32 +0000
(22:17 +0800)
For consistency.
Signed-off-by: Wu Yongwei <wuyongwei@gmail.com>
doc/cds-api.md
patch
|
blob
|
blame
|
history
diff --git
a/doc/cds-api.md
b/doc/cds-api.md
index 3e0fe8b2b818c57751eef4e5dfe8e7b52ad2590c..3d313b78e9d41cc5a40f8f381a244c4b864d6867 100644
(file)
--- a/
doc/cds-api.md
+++ b/
doc/cds-api.md
@@
-33,7
+33,7
@@
Downside over `list.h`: lookup of tail in O(n).
Doubly-linked list, with single pointer list head.
Requires mutual exclusion on updates, allows RCU read traversals. Useful
-for implementing hash tables. Downside over
rculist.h
: lookup of tail in O(n).
+for implementing hash tables. Downside over
`rculist.h`
: lookup of tail in O(n).
### `urcu/wfstack.h`
This page took
0.025559 seconds
and
4
git commands to generate.