MCPcopy Index your code
hub / github.com/MapServer/MapServer / msConnPoolFinalCleanup

Function msConnPoolFinalCleanup

mappool.c:482–492  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

480/************************************************************************/
481
482void msConnPoolFinalCleanup()
483
484{
485 /* this really needs to be commented out before commiting. */
486 /* msDebug( "msConnPoolFinalCleanup()\n" ); */
487
488 msAcquireLock( TLOCK_POOL );
489 while( connectionCount > 0 )
490 msConnPoolClose( 0 );
491 msReleaseLock( TLOCK_POOL );
492}

Callers 1

msCleanupFunction · 0.85

Calls 3

msAcquireLockFunction · 0.85
msConnPoolCloseFunction · 0.85
msReleaseLockFunction · 0.85

Tested by

no test coverage detected