Share

google-ctemplate

Tracker: Patches

5 cross-platform threads-stuff - ID: 1637172
Last Update: Comment added ( csilvers )

Another step to windows and other platforms port is threads, locks, and so
on.
This file contains 3 alternative threads-stuff:
1) threads_no: no locking is done (but now there is no need in #ifdef
anywhere else than threads.h)
2) threads_p: original pthreads locking (but now all locks are scoped, i.e.
wrapped in a class)
3) threads_b: wrapped boost::threads, so you'll need boost::thread lib
(which is available for win of course)


sfdivan ( sfdivan ) - 2007-01-16 22:30

5

Closed

Duplicate

Nobody/Anonymous

None

None

Public


Comment ( 1 )




Date: 2007-01-26 01:03
Sender: csilversProject Admin


Closing; development has moved to code.google.com/p/google-ctemplate.
I've moved this patch there.


Log in to comment.

Attached File ( 1 )

Filename Description Download
threads_h.zip threads*.h Download

Changes ( 4 )

Field Old Value Date By
status_id Open 2007-01-26 01:03 csilvers
resolution_id None 2007-01-26 01:03 csilvers
close_date - 2007-01-26 01:03 csilvers
File Added 211607: threads_h.zip 2007-01-16 22:30 sfdivan