We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
park_timeout
1 parent 4c3f8eb commit ce051dfCopy full SHA for ce051df
library/std/src/sys/unix/thread_parker/pthread.rs
@@ -46,7 +46,8 @@ unsafe fn wait_timeout(
46
target_os = "macos",
47
target_os = "ios",
48
target_os = "watchos",
49
- target_os = "espidf"
+ target_os = "espidf",
50
+ target_os = "horizon",
51
))]
52
let (now, dur) = {
53
use crate::cmp::min;
@@ -72,7 +73,8 @@ unsafe fn wait_timeout(
72
73
74
75
76
77
78
)))]
79
80
use crate::sys::time::Timespec;
0 commit comments