base: threading_linux: Stub out several synchronization constructs
This commit is contained in:
@@ -15,7 +15,6 @@
|
||||
namespace xe {
|
||||
namespace threading {
|
||||
|
||||
void MaybeYield() { pthread_yield(); }
|
||||
|
||||
} // namespace threading
|
||||
} // namespace xe
|
||||
|
||||
Reference in New Issue
Block a user