[compiler-rt] [compiler-rt][rtsan] pthread_detach/pthread_kill interception. (PR #126765)

via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 13:55:39 PST 2025


davidtrevelyan wrote:

@devnexen thanks for the suggestion - how confident are you that both `pthread_detach` and `pthread_kill` are blocking? Have you taken a look at any implementations of these already? If they tend to just flick small atomic switches and return instantly, I'd be wary of including these interceptors.

https://github.com/llvm/llvm-project/pull/126765


More information about the llvm-commits mailing list