Home | History | Annotate | Download | only in runtime

Lines Matching full:poolcleanup

1852 var poolcleanup func()
1856 poolcleanup = f
1861 if poolcleanup != nil {
1862 poolcleanup()