| 1037 | alarmThread_->start(); |
| 1038 | } |
| 1039 | ~global_fixture() { |
| 1040 | { |
| 1041 | apache::thrift::concurrency::Synchronized s(g_alarm_monitor); |
| 1042 | g_teardown = true; |
| 1043 | g_alarm_monitor.notify(); |
| 1044 | } |
| 1045 | alarmThread_->join(); |
| 1046 | } |
| 1047 | }; |
| 1048 | |
| 1049 | #if (BOOST_VERSION >= 105900) |