Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Handle properly the delay==-1 case (by blocking for ever)
[simgrid.git] / src / xbt / xbt_os_thread.c
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...