about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorAaron Turon <aturon@mozilla.com>2014-11-14 14:33:51 -0800
committerAaron Turon <aturon@mozilla.com>2014-11-20 17:19:24 -0800
commita68ec98166bf638c6cbf4036f51036012695718d (patch)
tree7634a3e7aa83af8bc5edf8e13f3addaf4645abd0 /src/rustllvm/RustWrapper.cpp
parent91a2c0d51241677d71b8c0abc80535e580fe3939 (diff)
downloadrust-a68ec98166bf638c6cbf4036f51036012695718d.tar.gz
rust-a68ec98166bf638c6cbf4036f51036012695718d.zip
Rewrite sync::mutex as thin layer over native mutexes
Previously, sync::mutex had to split between green and native runtime
systems and thus could not simply use the native mutex facility.

This commit rewrites sync::mutex to link directly to native mutexes; in
the future, the two will probably be coalesced into a single
module (once librustrt is pulled into libstd wholesale).
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions