Changes between Initial Version and Version 1 of Ticket #3628


Ignore:
Timestamp:
Jun 11, 2010, 6:04:57 AM (14 years ago)
Author:
warmerdam
Comment:

Ivan,

Could you review and if appropriate apply the changes?

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3628

    • Property Cc warmerdam added
    • Property Owner changed from warmerdam to ilucena
    • Property Milestone 1.8.0
  • Ticket #3628 – Description

    initial v1  
    22
    33I think that the following implementation of the functions CPLCleanupTLS and  CPLGetTLSList for pthred library should be thread safe:
    4 
     4{{
    55static pthread_once_t oTLSKeySetup = PTHREAD_ONCE_INIT;
    66
     
    6161    return papTLSList;
    6262}
     63}}}