Tcl Threading
4 commands
T
- thread Extension for script access to Tcl threading thread::mutex create thread::mutex destroy thread::mutex lock thread::mutex unlock thread::rwmutex create thread::rwmutex destroy thread::rwmutex rlock thread::rwmutex wlock thread::rwmutex unlock thread::cond create thread::cond destroy thread::cond notify thread::cond wait
- tpool Part of the Tcl threading extension implementing pools of worker threads.
- tsv Part of the Tcl threading extension allowing script level manipulation of data shared between threads. set get names size reset bind unbind isbound
- ttrace Trace-based interpreter initialization