IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

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

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.