Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
kill an unused variable, fix a segfault after resizing the buffer while varsubsting...
[simgrid.git] / src / xbt / xbt_sg_synchro.c
2008-09-10 mquinsonreindent (with eclipse)
2008-07-08 cheriermDetails of this changes:
2008-06-04 mquinsonplug a memleak on thread cancelation (gras listener...
2007-11-06 cheriermA distraction, the SIMIX_process_create() function...
2007-11-06 cheriermA distraction, the SIMIX_process_create() function...
2007-10-27 mquinsonAvoid segfault when trying to retrieve the name of...
2007-10-26 quasar* Cleanup the DTD by renaming:
2007-10-25 cheriermMost of this change is the consequence of the refactori...
2007-10-04 mquinsonGcc is *very* permissive with pointers to functions...
2007-10-04 cheriermthe xbt_thread_create function must use a function...
2007-08-07 mquinsonallow to retrieve the name of threads
2007-08-06 mquinsonname threads to easy debugging
2007-07-19 mquinsongive a useful name to threads (father's name + pointer...
2007-07-18 donassbrNew thread to receive messages. Not working yet.
2007-07-11 mquinsonGo for a thread_cancel instead of a thread_destroy...
2007-07-11 mquinsonimplement versatile threads (working both on simulator...
2007-07-10 mquinsonadd the ability to specify a timeout on waiting a condi...
2007-07-09 mquinsonHello xbt/synchro module (synchronization working both...