| 1873 | } |
| 1874 | |
| 1875 | void Server::RunUntilAskedToQuit() { |
| 1876 | while (!IsAskedToQuit()) { |
| 1877 | bthread_usleep(1000000L); |
| 1878 | } |
| 1879 | Stop(0/*not used now*/); |
| 1880 | Join(); |
| 1881 | } |
| 1882 | |
| 1883 | void* thread_local_data() { |
| 1884 | const Server::ThreadLocalOptions* tl_options = |