Files
swift-mirror/stdlib/public/runtime/HeapObject.cpp
Saleem Abdulrasool 91a296fad6 stdlib: avoid posix sched_yield in favour of C++11
Use the C++11 std::this_thread::yield to abstract away platform specific
differences for yield execution time.  This makes the code more portable to
non-POSIX environments (i.e. Windows).  NFC.
2016-06-15 18:18:26 -07:00

28 KiB