Changeset 4070 for trunk/doc/pslib/psLibSDRS.tex
- Timestamp:
- Jun 1, 2005, 11:04:33 AM (21 years ago)
- File:
-
- 1 edited
-
trunk/doc/pslib/psLibSDRS.tex (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/pslib/psLibSDRS.tex
r4068 r4070 1 %%% $Id: psLibSDRS.tex,v 1.24 5 2005-06-01 04:30:57jhoblitt Exp $1 %%% $Id: psLibSDRS.tex,v 1.246 2005-06-01 21:04:33 jhoblitt Exp $ 2 2 \documentclass[panstarrs,spec]{panstarrs} 3 3 … … 1634 1634 psListElem *tail; ///< last element on list (may be NULL) 1635 1635 psArray *iterators; ///< array of psListIterator: iteration cursors 1636 pthread_mutex_t lock; ///< mutex to lock a node during changes1637 1636 } psList; 1638 1637 \end{datatype} … … 1642 1641 pointer to the last element in the list (\code{tail}), an array of 1643 1642 iteration cursors, (\code{iterators}), and an entry to define the 1644 number of elements in the list (\code{size}). The \code{lock} should 1645 be applied during changes to the list to maintain thread safety. 1643 number of elements in the list (\code{size}). 1646 1644 1647 1645 The elements of the list are defined by the type \code{psListElem}:
Note:
See TracChangeset
for help on using the changeset viewer.
