difs
[c11tester.git] / threads-model.h
2019-12-10 weiyuMerge branch 'master' into branch-weiyu
2019-12-10 Brian DemskyMerge branch 'branch-weiyu' of ssh://plrg.eecs.uci...
2019-12-07 rootFix bug with code to get rid of main
2019-11-27 bdemskyTSAN style tls destructor
2019-11-21 bdemskyMerge branch 'master' of ssh://plrg.eecs.uci.edu:/home...
2019-11-01 weiyuDo not allow a thread to stash the next pending action...
2019-07-31 weiyumerge
2019-07-30 bdemskymore fixes
2019-07-29 rootMerge branch 'branch-weiyu' of /home/git/random-fuzzer...
2019-07-27 bdemskyNew TLS strategy...
2019-07-25 rootExperimental TLS support.
2019-07-01 weiyufix git conflict
2019-06-27 rootbug fixes
2019-06-27 bdemskyrevamp scheduler so we can start threads early
2019-06-19 rootmerge
2019-06-14 weiyuMerge branch 'new_fuzzer' of /home/git/random-fuzzer...
2019-06-12 bdemskyfix tabbing comment issue
2019-06-11 bdemskyfix tabbing
2019-06-05 bdemskymake some changes with hacks
2019-06-05 bdemskyMore fuzzing changes
2019-02-01 weiyupthread_join is able to return values
2019-01-18 weiyuadd support for pthread_create (in progress)
2019-01-17 weiyuadd a new thread constructor for pthread
2013-04-16 Brian NorrisMerge cleanup branch
2013-04-16 Brian Norrismodel / threads: remove global get_next_id() interface
2013-04-04 Brian Norrisswapcontext() fix for Mac OSX
2013-04-03 Brian Norristhreads: remove wait_list
2013-03-27 Brian Norristhreads: move circular wait check into Threads::is_wait...
2013-03-09 Brian Norrismymemory, threads: add allocator specifically for Thread
2013-03-07 Brian Norrisbugfix - add stl-model.h wrappers, to provide more...
2013-03-03 Brian Norristhreads: add waiting_on()
2013-02-25 Brian Norristhreads: construct Thread only with a given "parent"
2013-02-25 Brian Demskyfix conflicts
2013-02-25 Brian Demskyfix norris mentioned bug
2013-02-15 Brian Norrismodel/threads: add documentation comments
2013-02-14 Brian Norristhreads/model: allocate Thread from w/in ModelChecker
2013-01-02 Brian Norristhreads: change thrd_t to store Thread pointer
2012-12-18 Brian Norristhreads: assert THREAD_COMPLETED is immutable
2012-12-06 Brian Norristhreads: add const
2012-10-12 Brian Norristhread_id_t: add comments
2012-10-09 Brian Norrismove libthreads.h -> include/threads.h
2012-10-09 Brian Norrisrename threads.h -> threads-model.h