Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Avoid (almost) duplicated code in xbt_log_layout_*.
[simgrid.git] / src / xbt / xbt_sg_synchro.c
2011-03-24 agierschRemove usage of xbt_assert[0-9].
2011-01-27 thieryReplace the return value of SIMIX_req_process_create...
2010-12-07 thieryFix SIMIX calls
2010-12-02 thieryBiggest commit ever (SIMIX2): the user processes can...
2010-11-26 mquinsonImplement gras_socket_im_the_server() the CRUDE way...
2010-10-11 alegrandIndent include and src using this command:
2010-07-09 piniUse a fifo instead of a swag of sleeping processes...
2010-04-25 mquinsonFix copyright headers
2010-04-25 mquinsonKill old $Id$ command dating from CVS
2009-10-15 mquinsonconditions are not semaphores. signals can get lost...
2009-10-15 mquinsonunify the log channels for SG and RL implementations...
2009-10-15 mquinsonImplement xbt_thread_join and xbt_thread_yield in SG...
2009-05-26 mquinsonReindent everything (possibly breaking all branches...
2009-04-12 mquinsonplug some memleaks
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...