about summary refs log tree commit diff
path: root/src/libstd/sys/unix/stack_overflow.rs
diff options
context:
space:
mode:
authorJonathan Reem <jonathan.reem@gmail.com>2016-02-05 02:22:32 -0800
committerJonathan Reem <jonathan.reem@gmail.com>2016-02-05 02:26:19 -0800
commita61983f9359724c5ffabb5c0a2525aca756fe9ea (patch)
treec6dec5d3f1cf4aea78fe2aea5b1e28796c63adf1 /src/libstd/sys/unix/stack_overflow.rs
parent2ad6dc2556c19f49280b561fc1f5246ff9f9d6ed (diff)
downloadrust-a61983f9359724c5ffabb5c0a2525aca756fe9ea.tar.gz
rust-a61983f9359724c5ffabb5c0a2525aca756fe9ea.zip
Remove MutexGuard::map, as it is not safe in combination with Condvar.
It could return in the future if it returned a different guard type, which
could not be used with Condvar, otherwise it is unsafe as another thread
can invalidate an "inner" reference during a Condvar::wait.

cc #27746
Diffstat (limited to 'src/libstd/sys/unix/stack_overflow.rs')
0 files changed, 0 insertions, 0 deletions