librace: format DEBUG() prints properly
[c11tester.git] / threads.cc
2012-04-24 Brian Norristhreads: allocate Threads in via userMalloc()
2012-04-24 Brian Norriscommon: introduce userMalloc() and userFree()
2012-04-24 Brian Norrismodel: rename print_trace() -> print_summary(), fixup...
2012-04-24 Brian Norristhreads: cleanup inconsistencies in memory management
2012-04-24 Brian Norristhreads: set up Thread to be freed properly
2012-04-24 Brian Norristhreads: don't make direct call into scheduler
2012-04-24 Brian Norristhreads: save id within class Thread
2012-04-24 Brian Norristhreads: initialized Thread member variables
2012-04-24 Brian Norrisunify style for returning pointers
2012-04-24 Brian Norristhreads: prepare system to loop over many executions
2012-04-17 Brian Norrisrename threads_internal.h -> threads.h
2012-04-17 Brian Norristhreads/model: move switch_to_master from class Thread...
2012-04-16 Brian Norrislibthreads: split into libthreads and threads