Commits
User selector
Commit History
Commits on Apr 1, 2019
Fix Issue 275
Show description for 48a4a06committed
Commits on Apr 20, 2016
- committed
- committed
Commits on Mar 23, 2016
- committed
Commits on Sep 23, 2015
- committed
Commits on Sep 8, 2015
Commits on May 18, 2015
- committed
Commits on May 31, 2014
- committed
Commits on Jan 16, 2013
Thread: Added atomic once implementation + variadi call_once for pthread
Show description for e72184ecommitted
Commits on Dec 2, 2012
Thread: fix some issues when BOOST_THREAD_DONT_PROVIDE_INTERRUPTIONS is defined and add tests
Show description for 580c1b7committed
Commits on Aug 19, 2012
Thread: It seems that the csignal inclusion is failing in all testers, so comment it
Show description for 5b26427committed
Commits on Aug 12, 2012
Thread: name type for pthread/once epoch so that we can choose better an /atomic/ type for it
Show description for 8334f4ecommitted
Commits on Jan 16, 2012
- committed
Commits on May 26, 2011
Put static functions inside extern "C" block rather than trying to declare each as extern "C"
Show description for cac0eaacommitted
Anthony Williams
Commits on May 25, 2011
extern "C" functions are static
Show description for a64fa2ccommitted
Anthony Williams
Commits on Nov 26, 2007
once_flag uses zero-initialization on POSIX as well as windows
Show description for 40f3b1bcommitted
Anthony Williamsfixed import/export declarations so new once code works with pthread-win32
Show description for 4f35e25committed
Anthony Williams
Commits on Nov 16, 2007
New implementation of pthread_once based on Mike Burrows' algorithm
Show description for 3c191afcommitted
Anthony Williams
Loading