File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 543543multithreading code using a global storage place which suffers from heavy
544544contention. You can easily create a thread specific data to create a storage
545545place per thread with minimal changes to the original code.
546- \item When you create a key, \texttt {NULL } is associated with it. If you do not
547- need the destructor function, use \texttt {NULL }.
546+ \item When you create a key, the \texttt {NULL } value is associated with it.
547+ \item If you do not need the destructor function, use \texttt {NULL }.
548548\item Destructors are called in unspecified order on all keys with a value
549549different from \texttt {NULL }. Its value is set to \texttt {NULL } and the
550550original value is used as a parameter to the destructor. If, after all the
You can’t perform that action at this time.
0 commit comments