-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ThirdPart: HevTaskSystem: Update to fd16d8ce.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule hev-task-system
updated
12 files
+45 −3 | .github/workflows/build.yaml | |
+1 −0 | .gitignore | |
+16 −2 | README.md | |
+71 −0 | build-apple.sh | |
+24 −0 | module.modulemap | |
+2 −2 | src/kern/core/hev-task-system-private.h | |
+8 −0 | src/kern/core/hev-task-system.c | |
+1 −1 | src/kern/core/hev-task-system.h | |
+0 −2 | src/kern/task/hev-task-private.h | |
+0 −4 | src/kern/task/hev-task.c | |
+121 −0 | src/lib/misc/hev-task-stack-detector.c | |
+18 −0 | src/lib/misc/hev-task-stack-detector.h |