Changeset 28334 for branches/czw_branch/20100519/psLib/src/sys/psThread.c
- Timestamp:
- Jun 15, 2010, 11:22:56 AM (16 years ago)
- Location:
- branches/czw_branch/20100519
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
psLib/src/sys/psThread.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/czw_branch/20100519
- Property svn:mergeinfo changed
/trunk merged: 28280-28298,28300-28302,28305-28307
- Property svn:mergeinfo changed
-
branches/czw_branch/20100519/psLib/src/sys/psThread.c
r28304 r28334 210 210 psThreadTask *task = psHashLookup(tasks, job->type); // Task to execute job 211 211 psAssert(task, "Couldn't find thread task %s", job->type); 212 psAssert(job->args->n == task->nArgs, "invalid number of arguments to %s (%ld supplied, expected %d)", task->type, job->args->n, task->nArgs); 212 psAssert(job->args->n == task->nArgs, 213 "invalid number of arguments to %s (%ld supplied, expected %d)", 214 task->type, job->args->n, task->nArgs); 213 215 bool status = task->function(job); // Status of executing task 214 216
Note:
See TracChangeset
for help on using the changeset viewer.
