thread-safe
1 definition found
thread-safe - Free On-line Dictionary of Computing (26 May 2007) :
thread-safe
<programming> A description of code which is either
re-entrant or protected from multiple simultaneous execution
by some form of mutual exclusion.
(1997-01-30)
|