Changeset 37020
- Timestamp:
- Jul 16, 2014, 2:57:48 PM (12 years ago)
- Location:
- branches/eam_branches/ipp-20140610/psLib/src/sys
- Files:
-
- 2 edited
-
psThread.c (modified) (1 diff)
-
psThread.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ipp-20140610/psLib/src/sys/psThread.c
r34153 r37020 152 152 psThreadJob *job = psListGetAndRemove((psList *) done, PS_LIST_HEAD); 153 153 return job; 154 } 155 156 psList *psThreadGetPendingQueue () { 157 return (psList *) pending; 154 158 } 155 159 -
branches/eam_branches/ipp-20140610/psLib/src/sys/psThread.h
r33089 r37020 90 90 psThreadJob *psThreadJobGetDone(void); 91 91 92 // utility function to access the pending queue 93 psList *psThreadGetPendingQueue (); 94 92 95 /// Allocate a thread task 93 96 psThreadTask *psThreadTaskAlloc(const char *type, // Type of task
Note:
See TracChangeset
for help on using the changeset viewer.
