Files
rust/src/rt
Steven Fackler 1d19ad9787 Fix thread safety issues in dynamic_lib
The root issue is that dlerror isn't reentrant or even thread safe.

The Windows code isn't affected since errno is thread-local on Windows
and it's running in an atomically block to ensure there isn't a green
thread context switch.

Closes #8156
2013-10-05 10:37:11 -07:00
..
2013-08-26 22:16:54 +09:00
2013-08-19 20:53:02 -04:00
2013-08-23 18:38:59 -07:00
2013-08-23 14:46:23 -07:00
2013-08-26 22:15:45 +09:00
2013-08-16 13:24:24 -07:00
2013-08-23 18:38:59 -07:00
2013-08-23 18:38:59 -07:00
2013-09-03 04:44:47 -04:00
2013-09-26 18:40:13 -07:00