Changeset 7616
- Timestamp:
- Jun 21, 2006, 11:34:17 AM (20 years ago)
- Location:
- trunk/doc/pslib
- Files:
-
- 2 edited
-
ChangeLogSDRS.tex (modified) (2 diffs)
-
psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/ChangeLogSDRS.tex
r7129 r7616 1 %%% $Id: ChangeLogSDRS.tex,v 1.20 3 2006-05-17 22:33:01jhoblitt Exp $1 %%% $Id: ChangeLogSDRS.tex,v 1.204 2006-06-21 21:34:17 jhoblitt Exp $ 2 2 3 3 \subsection{Changes from version 00 to version 01} … … 906 906 \begin{itemize} 907 907 \item updated description of \code{psStringCopy()} \& \code{psStringNCopy} 908 \end{itemize} 908 \item rename \code{psMemThreadSafety()} -> \code{psMemSetThreadSafety()} 909 \item add \code{psMemGetThreadSafety()} 910 \end{itemize} -
trunk/doc/pslib/psLibSDRS.tex
r7572 r7616 1 %%% $Id: psLibSDRS.tex,v 1.41 0 2006-06-15 00:30:49 priceExp $1 %%% $Id: psLibSDRS.tex,v 1.411 2006-06-21 21:34:17 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 824 824 825 825 \begin{prototype} 826 bool psMem ThreadSafety(bool safe);826 bool psMemSetThreadSafety(bool safe); 827 827 \end{prototype} 828 828 … … 832 832 \code{false}. The function shall return the previous value of the 833 833 thread safety. 834 835 \begin{prototype} 836 bool psMemGetThreadSafety(void); 837 \end{prototype} 838 839 \code{psMemGetThreadSafety} shall return the current state of thread safety in the memory management system. 834 840 835 841 Note that the default behaviour of the library shall be for the
Note:
See TracChangeset
for help on using the changeset viewer.
