Files
external_libcamera/test/threads.cpp
Laurent Pinchart 036d26d667 test: threads: Test thread cleanup upon abnormal termination
If a thread ends abnormally (that is, without retuning normally from its
run() function, for instance with a direct call to pthread_cancel()),
thread cleanup should still be performed. Add a test to ensure this.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Reviewed-by: Umang Jain <umang.jain@ideasonboard.com>
2022-10-04 17:58:00 +03:00

3.3 KiB