[Freeciv-Dev] [patch #2794] Thread condition variables

2011-07-19 Thread Marko Lindqvist

Update of patch #2794 (project freeciv):

  Status:  Ready For Test => Done   
 Assigned to:None => cazfi  
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #2794] Thread condition variables

2011-07-12 Thread Marko Lindqvist

URL:
  

 Summary: Thread condition variables
 Project: Freeciv
Submitted by: cazfi
Submitted on: Tue 12 Jul 2011 08:25:21 PM EEST
Category: general
Priority: 5 - Normal
  Status: Ready For Test
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 2.4.0

___

Details:

This patch adds condition variables to freeciv threading framework. This
includes only pthreads based implementation. As support for condition
variables is checked separately, i.e, it's not new requirement for basic
thread support we already have, lack of windows implementation does not break
anything that currently works. Condition variable support will be needed only
by threaded AI, not by any core freeciv functionality (I don't think loadable
ai modules work at all in Windows at the moment)

I do have written some kind of Windows side just based on documentation. So
far it doesn't even compile. Anyway, documentation states that required
functionality does not exist in XP or 2000. So even when we will have Windows
implementation, it will require at least Vista. Anyway, that's stuff for
future ticket.




___

File Attachments:


---
Date: Tue 12 Jul 2011 08:25:21 PM EEST  Name: ThreadCondVars.diff  Size: 6kB 
 By: cazfi



___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev