1083
1083
old_message= enter_cond(COND_global_read_lock, LOCK_global_read_lock,
1084
1084
"Waiting for release of readlock");
1087
1087
(!abort_on_refresh || version == refresh_version))
1089
1089
boost_unique_lock_t scoped(LOCK_global_read_lock, boost::adopt_lock_t());
1090
1090
COND_global_read_lock.wait(scoped);
1096
1096
if (not abort_on_refresh && not result)