Initial drop of Marl @ d3b8558c
Commands:
git subtree add --prefix third_party/marl https://github.com/google/marl d3b8558ce8d2cf2cad1009a99aa3ff453b048639 --squash
To update:
git subtree pull --prefix third_party/SPIRV-Tools https://github.com/KhronosGroup/SPIRV-Tools <sha> --squash
Bug: b/140546382
Change-Id: If3471eb3897b128613c874a9260e0ac390d27cf1
Showing
third_party/marl/.clang-format
0 → 100644
third_party/marl/.gitignore
0 → 100644
third_party/marl/.gitmodules
0 → 100644
third_party/marl/AUTHORS
0 → 100644
third_party/marl/CMakeLists.txt
0 → 100644
third_party/marl/CONTRIBUTING.md
0 → 100644
third_party/marl/LICENSE
0 → 100644
This diff is collapsed.
Click to expand it.
third_party/marl/README.md
0 → 100644
third_party/marl/examples/fractal.cpp
0 → 100644
third_party/marl/include/marl/blockingcall.h
0 → 100644
third_party/marl/include/marl/containers.h
0 → 100644
third_party/marl/include/marl/debug.h
0 → 100644
third_party/marl/include/marl/defer.h
0 → 100644
third_party/marl/include/marl/finally.h
0 → 100644
third_party/marl/include/marl/pool.h
0 → 100644
This diff is collapsed.
Click to expand it.
third_party/marl/include/marl/sal.h
0 → 100644
third_party/marl/include/marl/scheduler.h
0 → 100644
This diff is collapsed.
Click to expand it.
third_party/marl/include/marl/thread.h
0 → 100644
third_party/marl/include/marl/ticket.h
0 → 100644
third_party/marl/include/marl/trace.h
0 → 100644
third_party/marl/include/marl/utils.h
0 → 100644
third_party/marl/include/marl/waitgroup.h
0 → 100644
third_party/marl/kokoro/linux/presubmit.cfg
0 → 100644
third_party/marl/kokoro/linux/presubmit.sh
0 → 100755
third_party/marl/kokoro/macos/presubmit.cfg
0 → 100644
third_party/marl/kokoro/macos/presubmit.sh
0 → 100755
third_party/marl/src/blockingcall_test.cpp
0 → 100644
third_party/marl/src/containers_test.cpp
0 → 100644
third_party/marl/src/debug.cpp
0 → 100644
third_party/marl/src/defer_test.cpp
0 → 100644
third_party/marl/src/marl_test.cpp
0 → 100644
third_party/marl/src/marl_test.h
0 → 100644
third_party/marl/src/osfiber.h
0 → 100644
third_party/marl/src/osfiber_aarch64.c
0 → 100644
third_party/marl/src/osfiber_arm.c
0 → 100644
third_party/marl/src/osfiber_asm.h
0 → 100644
third_party/marl/src/osfiber_asm_aarch64.S
0 → 100644
third_party/marl/src/osfiber_asm_aarch64.h
0 → 100644
third_party/marl/src/osfiber_asm_arm.S
0 → 100644
third_party/marl/src/osfiber_asm_arm.h
0 → 100644
third_party/marl/src/osfiber_asm_ppc64.S
0 → 100644
third_party/marl/src/osfiber_asm_ppc64.h
0 → 100644
third_party/marl/src/osfiber_asm_x64.S
0 → 100644
third_party/marl/src/osfiber_asm_x64.h
0 → 100644
third_party/marl/src/osfiber_asm_x86.S
0 → 100644
third_party/marl/src/osfiber_asm_x86.h
0 → 100644
third_party/marl/src/osfiber_ppc64.c
0 → 100644
third_party/marl/src/osfiber_test.cpp
0 → 100644
third_party/marl/src/osfiber_ucontext.h
0 → 100644
third_party/marl/src/osfiber_windows.h
0 → 100644
third_party/marl/src/osfiber_x64.c
0 → 100644
third_party/marl/src/osfiber_x86.c
0 → 100644
third_party/marl/src/pool_test.cpp
0 → 100644
third_party/marl/src/scheduler.cpp
0 → 100644
This diff is collapsed.
Click to expand it.
third_party/marl/src/scheduler_test.cpp
0 → 100644
third_party/marl/src/thread.cpp
0 → 100644
third_party/marl/src/ticket_test.cpp
0 → 100644
third_party/marl/src/trace.cpp
0 → 100644
third_party/marl/src/waitgroup_test.cpp
0 → 100644
googletest @ fb49e6c1
Please
register
or
sign in
to comment