Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Attempt to allow initializing log categories before threads are
[simgrid.git] / src / xbt / xbt_os_thread.c
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...