genericopenlibs/openenvcore/libpthread/src/wsd_init.cpp
branchRCL_3
changeset 25 7701629b34a6
parent 0 e4d67989cc36
equal deleted inserted replaced
20:a2e897c5c62b 25:7701629b34a6
    68     }
    68     }
    69 
    69 
    70 // Destructor to supress warnings
    70 // Destructor to supress warnings
    71 _global_data_t::~_global_data_t()
    71 _global_data_t::~_global_data_t()
    72 	{
    72 	{
       
    73     globalLockForMutex.Close(); 
       
    74     lockThreadTable.Close();
       
    75     lockSemTable.Close();
    73 	}
    76 	}
    74 	
    77 	
    75 _global_data_t* GetGlobals()
    78 _global_data_t* GetGlobals()
    76     {
    79     {
    77 #ifdef __WINSCW__
    80 #ifdef __WINSCW__