]> https://gitweb.dealii.org/ - dealii.git/commit
Make thread startup rely less on non-POSIX features: we were acquiring a mutex on...
authorWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Jan 2003 19:46:01 +0000 (19:46 +0000)
committerWolfgang Bangerth <bangerth@math.tamu.edu>
Mon, 13 Jan 2003 19:46:01 +0000 (19:46 +0000)
commit45600e8984e73b7a874b59055f4b419701ac5a60
tree2a91e45eedaa4e78c556073ff4105fcdb68c2280
parent68663dbb46a231797c26b4e986d3cca5b679ab40
Make thread startup rely less on non-POSIX features: we were acquiring a mutex on one thread, and releasing it on another one. While this is documented to work on Linux, it is not necessarily so on other systems, since POSIX does not standardize this behavior. So use a condition variable instead to avoid the problem. While at it, also remove support for ACE.

git-svn-id: https://svn.dealii.org/trunk@6916 0785d39b-7218-0410-832d-ea1e28bc413d
deal.II/aclocal.m4
deal.II/base/include/base/thread_management.h
deal.II/base/source/thread_management.cc
deal.II/common/Make.global_options.in
deal.II/configure.in
deal.II/doc/development/makefiles.1.html
deal.II/doc/news/2002/c-3-4.html
deal.II/doc/readme.html

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.