base: threading_linux: Stub out several synchronization constructs

This commit is contained in:
Doug Johnson
2017-07-10 02:00:52 -06:00
parent 03091d1b71
commit b143b91fbb
2 changed files with 283 additions and 9 deletions

View File

@@ -15,7 +15,6 @@
namespace xe {
namespace threading {
void MaybeYield() { pthread_yield(); }
} // namespace threading
} // namespace xe