Issue 161397
Summary [tsan] deadlock detector for custom coroutines?
Labels new issue
Assignees
Reporter segoon
    Hi, we're developers from https://github.com/userver-framework/userver. userver is a backend framework with custom stackfull coroutines based on boost::coroutine2. It has coroutine-friendly mutexes and other synchronization primitives. We want to reuse TSAN deadlock detector with our coroutines.

Is it possible with some coding:
1) to adapt TSAN deadlock detector to custom coroutines instead of posix threads?
2) to adapt TSAN deadlock detector to custom coroutine synchronization primitives?
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to