include: add <atomic> header
[c11tester.git] / threads.h
2012-10-09 Brian Norristhreads: allocate on user's snapshotting heap
2012-10-08 Brian Norrisutilize SnapshotAlloc STL allocator
2012-10-08 Brian Demskymerge massive speedup with release sequence support...
2012-10-08 Brian NorrisMerge branch 'norris'
2012-10-08 Brian Norristhreads: add constructor for model-checker thread
2012-10-08 Brian Norristhreads: add flag for a special type of "model-checker...
2012-10-04 Brian Demskylocal commit... bug that prunes too many executions
2012-10-04 Brian DemskyMerge branch 'master' of /home/git/model-checker
2012-10-03 Brian NorrisMerge remote-tracking branch 'origin/master'
2012-10-03 Brian Norrismodeltypes: move small typedefs to own header
2012-09-19 Brian Demskymerge stuff
2012-09-19 Brian Demskysupport for locks... untested, but doesn't break quick...
2012-09-12 Brian Norristhreads, model, schedule: refactor thread joining
2012-09-07 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-09-07 Brian Demskychanges
2012-09-06 Brian NorrisMerge branch 'norris'
2012-09-06 Brian Norristhreads: fixup THREAD_READY comment
2012-09-06 Brian Norristhreads: add THREAD_BLOCKED state
2012-09-06 Brian Norristhreads: add a wait_list
2012-09-06 Brian Norristhreads: add is_complete() helper function
2012-07-16 Brian Demskyreally should be using a type that is big enough for...
2012-07-07 Brian NorrisMerge branch 'datarace'
2012-07-07 Brian Norrisdocument some enumerated types
2012-07-07 Brian Norristhreads: add per-thread "return" values for 'model...
2012-06-21 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-21 Brian NorrisMerge branch 'sandbox' (remove finalize())
2012-06-15 Brian DemskyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-06-15 Brian Norrisadd more documentation
2012-06-06 Brian Demsky1) Add more comments.
2012-05-30 Subramanian GanapathyMerge branch 'master' of ssh://demsky.eecs.uci.edu...
2012-05-29 Brian Norristhreads: add 'creation' information
2012-05-25 Brian Norrisadd more classes to snapshotting region
2012-05-21 Brian Norrisfix indentation + spacing, esp. for MEMALLOC macro
2012-05-21 Brian NorrisMerge commit: branch 'work'
2012-05-21 Brian Demskyfix various problems with my 64-bit clean hack
2012-05-18 Brian Demskymerging stuff...made need to clean up some stuff.....
2012-05-09 Subramanian GanapathyAdding STL stuff and operator news of snapshot to model...
2012-05-03 Brian Norristhreads: add parent info + get_parent() method
2012-05-01 Brian Norristhreads: move thread_id_t definition and redefine thrd_...
2012-05-01 Brian Norristhreads: add id_to_int() and int_to_id() inline functions
2012-04-27 Brian Norristhread: remove dead Thread code
2012-04-26 Brian Norrisdemote 'system_thread' to just 'system_context'
2012-04-24 Brian Norristhreads: allocate Threads in via userMalloc()
2012-04-24 Brian Norristhreads: set up Thread to be freed properly
2012-04-24 Brian Norristhreads: save id within class Thread
2012-04-24 Brian Norrisunify style for returning pointers
2012-04-20 Brian Norristhreads: introduce THREAD_ID_T_NONE
2012-04-20 Brian Norristhreads: remove leftover class 'prototype'
2012-04-17 Brian Norrisrename threads_internal.h -> threads.h