IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 7616


Ignore:
Timestamp:
Jun 21, 2006, 11:34:17 AM (20 years ago)
Author:
jhoblitt
Message:

rename psMemThreadSafety() -> psMemSetThreadSafety()
add psMemGetThreadSafety()

Location:
trunk/doc/pslib
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/pslib/ChangeLogSDRS.tex

    r7129 r7616  
    1 %%% $Id: ChangeLogSDRS.tex,v 1.203 2006-05-17 22:33:01 jhoblitt Exp $
     1%%% $Id: ChangeLogSDRS.tex,v 1.204 2006-06-21 21:34:17 jhoblitt Exp $
    22
    33\subsection{Changes from version 00 to version 01}
     
    906906\begin{itemize}
    907907\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.410 2006-06-15 00:30:49 price Exp $
     1%%% $Id: psLibSDRS.tex,v 1.411 2006-06-21 21:34:17 jhoblitt Exp $
    22\documentclass[panstarrs,spec]{panstarrs}
    33
     
    824824
    825825\begin{prototype}
    826 bool psMemThreadSafety(bool safe);
     826bool psMemSetThreadSafety(bool safe);
    827827\end{prototype}
    828828
     
    832832\code{false}.  The function shall return the previous value of the
    833833thread safety.
     834
     835\begin{prototype}
     836bool psMemGetThreadSafety(void);
     837\end{prototype}
     838
     839\code{psMemGetThreadSafety} shall return the current state of thread safety in the memory management system.
    834840
    835841Note that the default behaviour of the library shall be for the
Note: See TracChangeset for help on using the changeset viewer.