Home
last modified time | relevance | path

Searched defs:new_in_place (Results 1 – 6 of 6) sorted by relevance

/third_party/rust/rust/library/std/src/sys/unsupported/
Dthread_parking.rs7 pub unsafe fn new_in_place(_parker: *mut Parker) {} in new_in_place() method
/third_party/rust/rust/library/std/src/sys_common/thread_parking/
Dfutex.rs38 pub unsafe fn new_in_place(parker: *mut Parker) { in new_in_place() method
Did.rs34 pub unsafe fn new_in_place(parker: *mut Parker) { in new_in_place() method
/third_party/rust/rust/library/std/src/sys/windows/
Dthread_parking.rs100 pub unsafe fn new_in_place(parker: *mut Parker) { in new_in_place() method
/third_party/rust/rust/library/std/src/sys/unix/thread_parking/
Ddarwin.rs49 pub unsafe fn new_in_place(parker: *mut Parker) { in new_in_place() method
Dpthread.rs113 pub unsafe fn new_in_place(parker: *mut Parker) { in new_in_place() method