2
0
mirror of https://github.com/boostorg/thread.git synced 2026-02-08 23:22:13 +00:00

try to manage with #11477.

This commit is contained in:
Vicente J. Botet Escriba
2018-09-15 07:11:37 +02:00
parent 92a5bc4300
commit 8c1d232b8c
5 changed files with 12 additions and 12 deletions

View File

@@ -470,7 +470,7 @@ namespace boost
# elif defined(BOOST_HAS_PTHREAD_YIELD)
BOOST_VERIFY(!pthread_yield());
//# elif defined BOOST_THREAD_USES_DATETIME
// xtime xt;
// ::boost::xtime xt;
// xtime_get(&xt, TIME_UTC_);
// sleep(xt);
// sleep_for(chrono::milliseconds(0));