Skip to content
Snippets Groups Projects
Commit eceaefaf authored by Nadav Har'El's avatar Nadav Har'El
Browse files

Condvar: Use wait_record in condvar

Use wait_record in condvar, instead of ccondvar_waiter.

We use wait_record's methods, wake() and wait(), instead of including
their tricky code in condvar.cc.

Unfortunately, this patch also contains a bunch of non-iteresting changes,
replacing the name of ccondvar_waiter's "newer" field with wait_record's
"next".
parent 7bbd7a00
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment