Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'master' into mc
[simgrid.git] / src / xbt / xbt_os_thread.c
2014-04-22 Stéphane CastelliMerge branch 'smpi-topo'
2014-04-08 Gabriel CoronaMerge remote-tracking branch 'origin/mc'
2014-04-04 Gabriel CoronaMerge branch 'mc'
2014-04-04 Augustin Degommedisable segv handler and guards on windows platforms
2014-03-21 Gabriel CoronaMerge branch 'mc++'
2014-03-18 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2014-03-17 Arnaud GierschNew function: xbt_os_thread_setguardsize (like pthread_...
2014-03-17 Arnaud GierschBe less coarse on error recovery: try first with a...
2014-03-17 Arnaud GierschInitialize default thread attrs in xbt_os_thread_mod_pr...
2014-03-06 Gabriel CoronaMerge branch 'mc' into mc++
2014-02-28 Gabriel CoronaMerge branch 'mc++' into mc-merge
2014-02-24 Gabriel CoronaMerge 'master' into mc
2014-02-05 Arnaud GierschAdd/update copyright notices.
2014-01-17 Marion GuthmullerMerge remote-tracking branch 'origin/libdw2'
2013-11-15 Paul BédarideMerge branch 'surf++'
2013-11-08 Paul BédarideMerge branch 'hypervisor' of git+ssh://scm.gforge.inria...
2013-11-08 Paul BédarideMerge tag 'v3_9_90' into hypervisor
2013-10-30 Paul BédarideMerge commit '045db1657e870c721be490b411868f4181a12ced...
2013-10-28 Arnaud GierschImprove xbt_os_thread_setstacksize().
2013-09-26 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-09-25 Arnaud GierschDig through git history, and update copyright lines.
2013-08-14 Pierre VeyreMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-07-18 Augustin Degommeguard against potential segfault when used before initi...
2013-02-21 Takahiro HirofuchiMerge branch 'hypervisor' of scm.gforge.inria.fr:/gitro...
2013-02-21 alebreMerge with master and fix conflicts
2013-02-19 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2013-02-18 Arnaud GierschRemove declarations for nonexistent functions or variables.
2013-01-30 Arnaud GierschIncorporate simgrid-java in simgrid-java/.
2012-11-27 Jonathan Rouzaud... update
2012-11-27 Jonathan Rouzaud... Merge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-23 Arnaud GierschMerge branch 'killgraskill'
2012-11-23 Arnaud GierschRename gras_config to internal_config.
2012-11-22 paul bedarideMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-21 Augustin Degommesecure the stack size parameter for thread,
2012-11-12 Augustin Degommecosmetics and fix ugly bug in windows code
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-12 Augustin DegommeMerge branch 'master' of git+ssh://scm.gforge.inria...
2012-11-09 Augustin Degommeadd a function in xbt to allow setting the stack size...
2012-10-24 alebreMerge branch 'master' into vmtrace
2012-10-16 Martin Quinsondocument that we really need xbt_os_thread_atfork ...
2012-10-04 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2012-10-03 Arnaud GierschUse xbt_abort instead of abort.
2012-06-20 suterSolve white space conflicts
2012-06-20 Martin Quinsonsed -i -e 's/\t/ /g' *.[ch] Please people, stop using...
2012-01-30 Marion Guthmullermerge conflict resolved
2012-01-27 Martin Quinsonadd a function xbt_os_get_numcores()
2012-01-13 Marion GuthmullerMerge branch 'MC_LTL'
2012-01-13 Martin QuinsonMerge branch 'MC_LTL'
2012-01-13 unknownThe function is not implemented so put a THROW_UNIMPLEM...
2012-01-11 Marion Guthmullermerge conflicts resolved
2012-01-10 unknownreturn 0 instead of die.
2012-01-10 unknownOn windows pthread_atfork is not implemented
2011-12-26 Martin Quinsonmerge back the master trunk into the smpi branch
2011-11-22 Marion Guthmullermerge conflicts
2011-11-10 Arnaud GierschSimply say fun_ptr(...) instead of (*fun_ptr)(...).
2011-11-09 Arnaud GierschKill "if" before free, and useless cast of free argument.
2011-10-20 Martin Quinsonmerge branches
2011-07-19 Pierre-Nicolas ClaussMerge back master branch.
2011-06-27 Martin QuinsonMerge branch 'master' of scm.gforge.inria.fr:/gitroot...
2011-06-27 Martin Quinsondo not hardcode 1 instead of using value (bug in a...
2011-04-22 Christophe ThiéryI don't even know why it worked before.
2011-04-22 Christophe ThiéryDefine the right type for xbt_os_thread_key_t
2011-04-22 Christophe ThiéryMerge branch 'master' of git+ssh://scm.gforge.inria...
2011-04-22 Christophe ThiéryAdd functions xbt_os_thread_key_create, xbt_os_thread_g...
2011-04-22 Christophe ThiéryAttempt to allow initializing log categories before...
2011-04-22 Christophe ThiéryI forgot to also move the structure definition
2011-04-22 Christophe ThiéryMove the implementation of reentrant mutexes out of...
2011-04-21 Christophe ThiéryImplement reentrant mutexes in xbt_os_thread
2011-03-24 agierschUse new macros THROWF and RETHROWF.
2011-03-08 navarropFactorize functions for Unix and Windows.
2011-03-07 navarropAdd missing functions with windows
2011-02-22 agierschAutomatically release resources associated with detache...
2011-02-17 agierschUse new style logging macros.
2011-01-18 navarropWindows compatibility.
2011-01-05 navarropTest if having futex.h.
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-30 mquinsonFix sem_init testing.
2010-11-09 agierschReviewed locking in mmalloc:
2010-10-31 mquinsoncosmetics (change 'self' identifier to 'me' for g+...
2010-10-11 alegrandIndent include and src using this command:
2010-10-11 alegrandRemove weird parenthesis...
2010-06-18 navarropDefine correctly variables for windows.
2010-05-06 mquinsonUse library init/fini functions for xbt initialization
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-08-18 cristianrosaFix bug related to the exception mechanism once the...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2008-09-10 mquinsonreindent (with eclipse)
2008-06-20 cheriermimplement xbt_os_thread_cancel() for windows and make...
2008-06-12 alegrandAllow reinitialization after Martin's last memleak...
2008-06-10 mquinsonplug some little memleaks
2008-05-20 mquinsonplug a memleak
2008-01-23 mquinsonDamnit. Cross-compiling adds the pickyness of gcc to...
2007-10-27 mquinsonLet's be brutal: copy the pthread_mutex_timedlock proto...
2007-10-27 mquinsonCleanups around the inter-unixes portability code for...
2007-10-26 quasarlet's also be brutal with what seems to be a typo from...
2007-10-26 cherierma distraction
2007-10-26 cheriermThis change the semantic of the timed function. The...
2007-10-25 cheriermdistraction
2007-10-25 cheriermMost of this change is the consequence of the refactori...
next