rust/library/std/src/sys/vxworks
Mara Bos 44a2af32cc Remove lifetime from StaticMutex and assume 'static.
StaticMutex is only ever used with as a static (as the name already
suggests). So it doesn't have to be generic over a lifetime, but can
simply assume 'static.

This 'static lifetime guarantees the object is never moved, so this is
no longer a manually checked requirement for unsafe calls to lock().
2020-10-14 09:52:03 +02:00
..
ext try again to appease tidy 2020-09-20 14:38:59 +02:00
net std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
process For VxWorks: 2020-08-25 12:09:39 -07:00
alloc.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
args.rs Split sys_common::Mutex in StaticMutex and MovableMutex. 2020-09-27 10:05:56 +02:00
cmath.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
condvar.rs Make it possible to have unboxed condvars on specific platforms. 2020-10-02 09:47:08 +02:00
env.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
fd.rs For VxWorks: 2020-08-25 12:09:39 -07:00
fs.rs unix/vxworks: make DirEntry slightly smaller 2020-10-09 10:00:11 -07:00
io.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
memchr.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mod.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
mutex.rs Make it possible to have unboxed mutexes on specific platforms. 2020-10-02 09:47:08 +02:00
net.rs std: move "mod tests/benches" to separate files 2020-08-31 02:56:59 +00:00
os.rs Remove lifetime from StaticMutex and assume 'static. 2020-10-14 09:52:03 +02:00
path.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
pipe.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
rand.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
rwlock.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stack_overflow.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
stdio.rs Make raw standard stream constructors const 2020-08-21 13:17:20 +02:00
thread.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
thread_local_dtor.rs For VxWorks: 2020-08-25 12:09:39 -07:00
thread_local_key.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00
time.rs mv std libs to library/ 2020-07-27 19:51:13 -05:00