summaryrefslogtreecommitdiff
path: root/tests/lib
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2022-12-11 08:06:25 -0500
committerDonald Sharp <sharpd@nvidia.com>2023-03-24 08:32:17 -0400
commit8c1186d38e9226e29bb6eed0745a7638a7f66e5b (patch)
treefba237046e948542dc33ed9db73d12b35f4e9581 /tests/lib
parentba7d2705d6ee53b8bb897800fa7dbad01b48602a (diff)
*: Convert thread_execute to event_execute
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'tests/lib')
-rw-r--r--tests/lib/test_segv.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/test_segv.c b/tests/lib/test_segv.c
index f4a22930bf..3cf4cbad24 100644
--- a/tests/lib/test_segv.c
+++ b/tests/lib/test_segv.c
@@ -61,7 +61,7 @@ int main(void)
zlog_aux_init("NONE: ", LOG_DEBUG);
- thread_execute(master, threadfunc, 0, 0);
+ event_execute(master, threadfunc, 0, 0);
exit(0);
}