This is the mail archive of the elfutils-devel@sourceware.org mailing list for the elfutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

pmachata.threads branch status


Hi,

I started doing some work on making libdw thread-safe, based on rough 
outline I've gotten back in June.  Overall approach is to have a lock 
per Dwarf, and rdlock/wrlock that as appropriate if work is done with 
data structure "descended" from that given Dwarf. [E.g. lock would be 
taken like this: rwlock_rdlock (attr->cu->dbg->lock);]

My changes are on pmachata.threads (commits from 8aacf0 on).

PM

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]