b9b67c9b |
23-Jun-2021 |
Shuo Chen <chenshuo@chenshuo.com> |
add thread/test/Thread_bench.cc |
19ae3d74 |
08-Mar-2020 |
liuyunbin <yunbinliu@outlook.com> |
fix factory race condition |
6273720f |
08-Mar-2020 |
liuyunbin <yunbinliu@outlook.com> |
reproduce factory race condition |
b27666c6 |
30-Nov-2017 |
Shuo Chen <chenshuo@chenshuo.com> |
Fix race condition in Factory example. |
d033d2f5 |
27-Oct-2017 |
Shuo Chen <chenshuo@chenshuo.com> |
reproduce race condition of Factory.cc |
68d8ff36 |
27-Oct-2017 |
lightningkay <ew_34@sina.com> |
fix compile error (#13) by lightningkay libboost1.62 g++6 |
e9c0c409 |
10-Jan-2015 |
Shuo Chen <chenshuo@chenshuo.com> |
Update CopyOnWrite_test.cc |
9b063ed9 |
07-Sep-2013 |
Shuo Chen <chenshuo@chenshuo.com> |
Add Waiter test. |
2b2bf878 |
08-Feb-2013 |
Shuo Chen <chenshuo@chenshuo.com> |
detach thread in Thread::dtor() to prevent leaking. |
dc38cf72 |
05-Dec-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add puzzle/ |
4dbbbb3d |
14-Oct-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
pass by r-value reference |
2d6ff445 |
14-Oct-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add signal slot |
4670cafe |
14-Oct-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add trivial signal slot |
112f583d |
08-Sep-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
fix for g++ 4.7 |
95456d52 |
08-Sep-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add thread/test/Customer.cc |
a0e66be7 |
08-Sep-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add WeakCallback |
903f321e |
03-Sep-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
constantness |
5a94f34b |
03-Aug-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add sample code |
1bc80516 |
02-Aug-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add sample code |
2d3b4de6 |
08-Jul-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add more examples in recipes/thread/test |
8ce0c3b5 |
02-Jul-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
test atexit(). |
d3811de4 |
28-Jun-2012 |
Shuo Chen <chenshuo@chenshuo.com> |
add two deadlock examples. |
ecd08fd9 |
22-Jun-2011 |
Shuo Chen <chenshuo@chenshuo.com> |
rename BoundedBlockingQueue::get() to take(). |
9d9bda4c |
22-Jun-2011 |
Shuo Chen <chenshuo@chenshuo.com> |
add BoundedBlockingQueue. |
62574298 |
12-Feb-2011 |
Shuo Chen <chenshuo@chenshuo.com> |
Add example of dead lock caused by global object |
67a26a69 |
28-Dec-2010 |
Shuo Chen <chenshuo@chenshuo.com> |
sync with muduo/base. |
50da4f87 |
23-Dec-2010 |
Shuo Chen <chenshuo@chenshuo.com> |
atfork() for resetting t_cachedTid |
e3f3104a |
27-Aug-2010 |
Shuo Chen <chenshuo@chenshuo.com> |
add AtomicInt32 unittest |
cd139dc7 |
21-Aug-2010 |
Shuo Chen <chenshuo@chenshuo.com> |
muduo thread library |