qthreads
qthreads copied to clipboard
Multiple Test Failures With Memory Sanitizer
Currently unclear to what extent these represent real bugs vs just needing to get memory sanitizer working well with qthreads, however all of the following fail with memory sanitizer enabled when running with clang17:
syncvar_prodcons
tasklocal_data
tasklocal_data_no_argcopy
test_teams
qthread_fork_precond
qthread_timer_wait
Potentially related to https://github.com/sandialabs/qthreads/issues/145.