Skip to content

Commit

Permalink
Revert "Use usleep instead of sched_yield by default"
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-frbg authored Jun 11, 2018
1 parent 6f71c0f commit de8fff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.h
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ typedef int blasint;
*/

#ifndef YIELDING
#define YIELDING usleep(10)
#define YIELDING sched_yield()
#endif

/***
Expand Down

0 comments on commit de8fff6

Please sign in to comment.