Revert "Use usleep instead of sched_yield by default"

This commit is contained in:
Martin Kroeker 2018-06-11 17:05:27 +02:00 committed by GitHub
parent 6f71c0fce4
commit de8fff671d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ typedef int blasint;
*/
#ifndef YIELDING
#define YIELDING usleep(10)
#define YIELDING sched_yield()
#endif
/***