* any of the demos encounter any unexpected behaviour.\r
*/\r
static void prvExample_BasicSingleJob( void );\r
-static void prvExample_DeferredSingleJob( void );\r
+static void prvExample_DeferredJobAndCancellingJobs( void );\r
static void prvExample_BasicRecyclableJob( void );\r
static void prvExample_ReuseRecyclableJobFromLowPriorityTask( void );\r
static void prvExample_ReuseRecyclableJobFromHighPriorityTask( void );\r
/* Demonstrate a job being scheduled to run at some time in the\r
future, and how a job scheduled to run in the future can be cancelled if\r
it has not yet started executing. */\r
- prvExample_DeferredSingleJob();\r
+ prvExample_DeferredJobAndCancellingJobs();\r
\r
/* Demonstrate the most basic use of a recyclable job. This is similar\r
to prvExample_BasicSingleJob() but using a recyclable job. Creating a\r
}\r
/*-----------------------------------------------------------*/\r
\r
-static void prvExample_DeferredSingleJob( void )\r
+static void prvExample_DeferredJobAndCancellingJobs( void )\r
{\r
IotTaskPoolJobStorage_t xJobStorage;\r
IotTaskPoolJob_t xJob;\r