Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Factorize code for mutex locks.
[simgrid.git] / src / xbt / xbt_os_thread.c
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-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...
2007-10-23 mquinsonReduce the unimplemented part
2007-10-23 mquinsonCosmetics on error messages
2007-10-23 cheriermMac OS X doesn't provide the sem_timedwait() function.
2007-10-23 cheriermThis change is about the refactoring of the source...
2007-10-22 cheriermThis change concerne the usage of the semaphore object...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-09-13 mquinsonHandle properly the delay==-1 case (by blocking for...
2007-08-07 mquinsonErm. Yeah, right, this function *may* succeed from...
2007-08-07 mquinsonStupid me: I did everything to allow os_threads to...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-06 mquinsonName the threads, add a main_thread describing the...
2007-08-05 mquinsonharden xbt_os_thread_self to work when module not inite...
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinsonversatile implementation do not fake the xbt_thread...
2007-07-10 mquinsonadd the ability to specify a timeout on waiting a condi...
2007-07-10 mquinsonops, wasn't compilable under windows
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...
2007-07-09 mquinsonrename xbt_thread, xbt_mutex and xbt_thcond to xbt_os_t...