- Timestamp:
- Sep 19, 2014, 4:05:27 PM (12 years ago)
- Location:
- branches/eam_branches/ps2-tc3-20130727
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/sys/psThread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/ps2-tc3-20130727
- Property svn:mergeinfo changed
-
branches/eam_branches/ps2-tc3-20130727/psLib/src/sys/psThread.c
r34153 r37403 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
Note:
See TracChangeset
for help on using the changeset viewer.
