phoenix-firestorm/indra/media_plugins
Monty Brandenberg 71e237a3f7 MAINT-3703 Suspected thread race crasher in fmodex library
Two problems found in DLL involving threads.  First, DllMain
was reinitializing a critical section for all entry reasons
(process attach, detach and thread attach, detach).  Should
only be done on process attach.  Second, static container
object was being modified and accessed without serialization.
Added some double-check locking to the initialization path
to reduce the total number of serialization calls made while
making the code thread safe.
2014-03-10 12:16:49 -04:00
..
base merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
example merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
gstreamer010 merge changes for DRTVWR-294 2013-04-19 10:11:29 -04:00
quicktime Merged with https://bitbucket.org/lindenlab/viewer-beta 2013-05-13 22:22:51 -04:00
webkit Merged with https://bitbucket.org/lindenlab/viewer-beta 2013-05-13 22:22:51 -04:00
winmmshim MAINT-3703 Suspected thread race crasher in fmodex library 2014-03-10 12:16:49 -04:00
CMakeLists.txt Update Mac and Windows breakpad builds to latest 2013-03-29 07:50:08 -07:00