spacing changes.
This commit is contained in:
parent
c02e9189cf
commit
3c76c0760f
|
@ -304,7 +304,8 @@ MTinterface::Init (int forked)
|
||||||
|
|
||||||
/* possible the atfork lists should be inited here as well */
|
/* possible the atfork lists should be inited here as well */
|
||||||
|
|
||||||
for (int i =0;i<256;i++)pshared_mutexs[i]=NULL;
|
for (int i = 0; i < 256; i++)
|
||||||
|
pshared_mutexs[i] = NULL;
|
||||||
|
|
||||||
#if 0
|
#if 0
|
||||||
item->function = NULL;
|
item->function = NULL;
|
||||||
|
@ -468,7 +469,7 @@ pthread_key::~pthread_key ()
|
||||||
if (pthread_key_destructor * dest = MT_INTERFACE->destructors.Remove (this))
|
if (pthread_key_destructor * dest = MT_INTERFACE->destructors.Remove (this))
|
||||||
delete dest;
|
delete dest;
|
||||||
TlsFree (dwTlsIndex);
|
TlsFree (dwTlsIndex);
|
||||||
};
|
}
|
||||||
|
|
||||||
int
|
int
|
||||||
pthread_key::set (const void *value)
|
pthread_key::set (const void *value)
|
||||||
|
@ -652,7 +653,7 @@ pshared (PTHREAD_PROCESS_PRIVATE), mutextype (PTHREAD_MUTEX_DEFAULT)
|
||||||
|
|
||||||
pthread_mutexattr::~pthread_mutexattr ()
|
pthread_mutexattr::~pthread_mutexattr ()
|
||||||
{
|
{
|
||||||
};
|
}
|
||||||
|
|
||||||
semaphore::semaphore (int pshared, unsigned int value):verifyable_object (SEM_MAGIC)
|
semaphore::semaphore (int pshared, unsigned int value):verifyable_object (SEM_MAGIC)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue