Differences From Artifact [546620ceab]:
- File generic/tclThreadAlloc.c — part of check-in [fb24db99f5] at 2019-08-15 15:20:29 on branch cplusplus — Merge tip-548 (user: jan.nijtmans size: 28933) [more...]
To Artifact [f12f0a8787]:
- File generic/tclThreadAlloc.c — part of check-in [48b1783ecd] at 2019-09-05 15:14:29 on branch cplusplus — Mark more function paramaters as unused. Now Tcl compiles fully (on UNIX and Windows) without -Wunused-parameters warnings (user: jan.nijtmans size: 28954) [more...]
| ︙ | |||
871 872 873 874 875 876 877 878 879 880 881 882 883 884 | 871 872 873 874 875 876 877 878 879 880 881 882 883 884 885 886 | + + |
}
static void
UnlockBucket(
Cache *cachePtr,
int bucket)
{
(void)cachePtr;
Tcl_MutexUnlock(bucketInfo[bucket].lockPtr);
}
/*
*----------------------------------------------------------------------
*
* PutBlocks --
|
| ︙ |