westonpace commented on pull request #9528:
URL: https://github.com/apache/arrow/pull/9528#issuecomment-793064631


   Abseil (seems to be Google's equivalent of Folly) has an async-signal-safe 
spin lock.  That might be easier than a doubly linked list.  However, it 
doesn't seem to be easily vendored (just based on the fact that it has 10 
abseil includes) :(
   
   
https://github.com/abseil/abseil-cpp/blob/master/absl/base/internal/spinlock.h
   
   I'd agree that it seems too unlikely to worry about.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to