Differences From Artifact [fa35866bf7]:
- File tls.c — part of check-in [34ff31cd97] at 2016-12-13 06:27:59 on branch trunk — Updated to use POSIX tool "od" to create tls.tcl.h and since we can now rebuild this file more freely, do so to "fully" support out-of-source-dir builds (user: rkeene, size: 47910) [annotate] [blame] [check-ins using]
To Artifact [f62df33327]:
- File tls.c — part of check-in [8e27f5595c] at 2016-12-13 06:39:40 on branch trunk — Commented out debugging printf for returning from the locking function as well (user: rkeene, size: 47916) [annotate] [blame] [check-ins using]
︙ | |||
128 129 130 131 132 133 134 | 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 | - + | /* dprintf("Called to lock (n=%i of %i)", n, locksCount); */ Tcl_MutexLock(&locks[n]); } else { /* dprintf("Called to unlock (n=%i of %i)", n, locksCount); */ Tcl_MutexUnlock(&locks[n]); } |
︙ |