Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed the iree_thread_join in the cleanup of deferred_work_queue.c (i…
…ree-org#18605) This was cuasing ASAN errors as pthread_join was getting called twice. We don't actually need to explicitly join these threads as iree_thread_release will join the thread on our behalf anyway. Fixes iree-org#18449 Signed-off-by: Andrew Woloszyn <[email protected]>
- Loading branch information