代码搜索:task

找到约 10,000 项符合「task」的源代码

代码结果 10,000
www.eeworm.com/read/182103/5271293

c task3.c

/* Task_3 * * This routine serves as a test task. Its only purpose in life is to * generate the error where a message queue is deleted while a task * is waiting there for a message. * * In
www.eeworm.com/read/182103/5271294

c task4.c

/* Task_4 * * This routine serves as a test task. Its only purpose in life is to * generate the error where a rate monotonic period is accessed by a * task other than its creator. * * Inpu
www.eeworm.com/read/182103/5271299

c task2.c

/* Task_2 * * This routine serves as a test task. Its only purpose is to generate the * error where a semaphore is deleted while a task is waiting for it. * * Input parameters: * argumen
www.eeworm.com/read/182103/5271308

c task1.c

/* Task_1 * * This routine serves as a test task. It tests the region manager. * * Input parameters: * argument - task argument * * Output parameters: NONE * * COPYRIGHT (c) 1989-19
www.eeworm.com/read/182103/5271309

c task3.c

/* Task_3 * * This routine serves as a test task. It competes with the other tasks * for region resources. * * Input parameters: * argument - task argument * * Output parameters: NON
www.eeworm.com/read/182103/5271310

c task4.c

/* Task_4 * * This routine serves as a test task. It competes with the other tasks * for region resources. * * Input parameters: * argument - task argument * * Output parameters: NON
www.eeworm.com/read/182103/5271311

c task5.c

/* Task5 * * This routine serves as a test task. It competes with the other tasks * for region resources. * * Input parameters: * argument - task argument * * Output parameters: NONE
www.eeworm.com/read/182103/5271313

c task2.c

/* Task_2 * * This routine serves as a test task. It competes with the other tasks * for region resources. * * Input parameters: * argument - task argument * * Output parameters: NON
www.eeworm.com/read/182103/5271328

c task1.c

/* Task_1_through_3 * * This task is a cyclic version of test1 to asssure that the times * displayed are not skewed as in test1. "TA1" is printed once every * 5 seconds, "TA2" is printed once
www.eeworm.com/read/182103/5271336

c task1.c

/* Task_1 * * This routine serves as a test task. It verifies the basic task * switching capabilities of the executive. * * Input parameters: * argument - task argument * * Output par