[PATCH] D54835: tsan: Support calling ThreadCreate()/ThreadStart()/ThreadFinish() for non-current thread
    Yuri Per via Phabricator via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Thu Nov 22 09:58:35 PST 2018
    
    
  
yuri added a comment.
I have working implemented of fibers (coroutines)  support for thread sanitizer. 
Taking in the account that fibers are supported by address sanitizer, support in thread sanitizer may be useful as well.
This is a first patch of the changeset. Please advise, what is the preferred process of reviewing in such cases: submit patches one-by-one or submit the entire changeset?
Repository:
  rCRT Compiler Runtime
https://reviews.llvm.org/D54835
    
    
More information about the llvm-commits
mailing list