Update Marl to 94a361cf0

Contains a fix for an arm linker error (chromium:1058107) and
scaling beyond 64 threads on Windows.

Changes:
    94a361cf0 thread.cpp Fix minor bug in getProcessorGroups()
    0249a2624 Thread: Use WaitForObject for Thread::join()
    62f209bbb arm: Annotate marl_fiber_swap as type %function
    00f091e08 Update README.md
    773d9f475 Add new example 'tasks_in_tasks'
    3f69e73ce Scheduler: Replace use of std::thread with marl::Thread

Commands:
    git subtree pull --prefix third_party/marl https://github.com/google/marl master --squash

Bug: b/140546382
Bug: chromium:1058107
Change-Id: Ic5a96ad5f054a19f6a5a77e1f106c73ba60c0a78
diff --git a/third_party/marl/README.md b/third_party/marl/README.md
index 3fd10b4..cea4522 100644
--- a/third_party/marl/README.md
+++ b/third_party/marl/README.md
@@ -65,6 +65,12 @@
 }
 ```
 
+
+## Benchmarks
+
+Graphs of several microbenchmarks can be found [here](https://google.github.io/marl/benchmarks).
+
+
 ## Building
 
 Marl contains many unit tests and examples that can be built using CMake.
@@ -117,10 +123,6 @@
 add_subdirectory(${MARL_DIR})
 ```
 
-## Benchmarks
-
-Graphs of several microbenchmarks can be found [here](https://google.github.io/marl/benchmarks).
-
 ---
 
 Note: This is not an officially supported Google product