threadpool.c: In function 'mono_threadpool_remove_domain_jobs':
authorJay Krell <jaykrell@microsoft.com>
Thu, 13 Jun 2019 08:24:12 +0000 (01:24 -0700)
committerLarry Ewing <lewing@microsoft.com>
Tue, 18 Jun 2019 02:53:08 +0000 (21:53 -0500)
commit2638ed6252879098969f814077884ed989bc4270
treed9108dee7b51e8d6697ef0ae43a048b506ee6ddb
parentec1e573881b3a0173d17b56b07b0ac9d20173021
threadpool.c: In function 'mono_threadpool_remove_domain_jobs':
threadpool.c:571:91: warning: 'end' may be used uninitialized in this function [-Wmaybe-uninitialized]
    res = mono_coop_cond_timedwait (&tpdomain->cleanup_cond, &threadpool.domains_lock, end - now);

Commit migrated from https://github.com/mono/mono/commit/a37f71a4ea64703100f89ba4108fce661ebae317
src/mono/mono/metadata/threadpool.c