]> git.mxchange.org Git - flightgear.git/commit
- remove unused pthread mutex and condition
authormfranz <mfranz>
Tue, 21 Feb 2006 13:19:33 +0000 (13:19 +0000)
committermfranz <mfranz>
Tue, 21 Feb 2006 13:19:33 +0000 (13:19 +0000)
commit1fe9cce53b2925b5a3e4229b4f31d848d523d7a6
tree7b91b0dadb1284d69e5044da4e0ef6fedb41164a
parentc9813d1b5d79b4aad13c263690a0223086af25ac
- remove unused pthread mutex and condition
- remove cleanup handler that unlocks unused mutex
- make the result_queue a locking queue (blocking is only done in the
  pop() anyway, and this isn't used in the thread at all)
- don't disallow thread cancelling in the request_queue's pop(), which
  is the only cancellation point in this thread
src/Environment/environment_ctrl.cxx
src/Environment/environment_ctrl.hxx