Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
bfba28e1
Commit
bfba28e1
authored
Mar 05, 2014
by
John Esmet
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
refs #190 Remove conditional compilation for locktree escalator lambda
parent
20e34196
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
4 deletions
+0
-4
locktree/locktree.h
locktree/locktree.h
+0
-4
No files found.
locktree/locktree.h
View file @
bfba28e1
...
...
@@ -220,11 +220,7 @@ class locktree {
public:
void
create
(
void
);
void
destroy
(
void
);
#if TOKU_LOCKTREE_ESCALATOR_LAMBDA
void
run
(
manager
*
mgr
,
std
::
function
<
void
(
void
)
>
escalate_locktrees_fun
);
#else
void
run
(
manager
*
mgr
,
void
(
*
escalate_locktrees_fun
)(
void
*
extra
),
void
*
extra
);
#endif
private:
toku_mutex_t
m_escalator_mutex
;
toku_cond_t
m_escalator_done
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment