about summary refs log tree commit diff
path: root/src/libstd/sys/unix/condvar.rs
AgeCommit message (Expand)AuthorLines
2020-07-27mv std libs to library/mark-174/+0
2020-06-10Migrate to numeric associated constsLzu Tao-6/+2
2019-12-22Format the worldMark Rousskov-33/+31
2019-10-06redesign of the interface to the unikernel HermitCoreStefan Lankes-5/+2
2019-08-06redox: convert to target_family unixJeremy Soller-2/+4
2019-06-26Avoid mem::uninitialized() in std::sys::unixJosh Stone-6/+6
2019-02-28libstd => 2018Taiki Endo-8/+7
2018-12-25Remove licensesMark Rousskov-10/+0
2018-07-31Fix coding style.Colin Finck-1/+4
2018-07-30Add targets for HermitCore (https://hermitcore.org) to the Rust compiler and ...Colin Finck-4/+6
2017-10-20Fix some tests for linux gnux32Marco A L Barbosa-2/+3
2017-09-08Add modifications needed for L4re in libstdTobias Schaffner-2/+8
2017-06-15Fix condvar.wait(distant future) return immediately on OSXStepan Koltsov-4/+30
2016-08-29Avoid using pthread_condattr_setclock on Android.Tomasz Miąsko-4/+4
2016-07-31Use monotonic time with condition variables.Tomasz Miąsko-8/+59
2015-11-19std: Add Instant and SystemTime to std::timeAlex Crichton-4/+3
2015-11-09std: Migrate to the new libcAlex Crichton-11/+10
2015-08-11Register new snapshotsAlex Crichton-3/+0
2015-08-10Stabilize the Duration APISteven Fackler-2/+2
2015-08-03syntax: Implement #![no_core]Alex Crichton-0/+1
2015-07-29std: Fix sub-second Condvar::wait_timeout_msAlex Crichton-13/+14
2015-05-27Use `const fn` to abstract away the contents of UnsafeCell & friends.Eduard Burtescu-6/+1
2015-05-13std: Redesign Duration, implementing RFC 1040Alex Crichton-13/+9
2015-04-21std: Remove deprecated/unstable num functionalityAlex Crichton-4/+3
2015-02-20std: Tidy up some `unsafe impl`s for `sync`Alex Crichton-1/+5
2015-01-19Replace `0 as *const/mut T` with `ptr::null/null_mut()`we-1/+2
2015-01-16Rewrite Condvar::wait_timeout and make it publicSteven Fackler-20/+36
2015-01-08Fix destroy assertions in mutex/rwlock/condvarMichael Neumann-0/+12
2015-01-03sed -i -s 's/\bmod,/self,/g' **/*.rsJorge Aparicio-1/+1
2014-12-05std: Rewrite the `sync` moduleAlex Crichton-0/+83