Files
rust/src/libstd/sys/unix
Josh Stone ef1bd087ee std: Fix Thread::set_name() for newlib and solaris
The `use ffi::CStr` in `unix/thread.rs` was previously guarded, but now
all platforms need it for `Thread::set_name()`.  Newlib and Solaris do
nothing here, as they have no way to set a thread name, but they still
define the same method signature.
2016-07-11 21:35:47 -07:00
..
2016-05-24 09:00:39 -07:00
2015-11-09 22:55:50 -08:00