代码搜索:task

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

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

c task1.c

/* Test_task * * This task tests the rtems_task_set_priority directive on a remote task. * * Input parameters: * argument - task argument * * Output parameters: NONE * * COPYRIGHT (c
www.eeworm.com/read/182103/5271550

c task1.c

/* Test_task * * This task is used for three test tasks. It obtains its task id and * based upon that id, performs certain actions. * * Task_1 delays 5 seconds and deletes itself. *
www.eeworm.com/read/182103/5271581

c task1.c

/* Test_task * * This task tests the rtems_task_set_note directive on a remote task and that * errors are returned when attempting to delete, start, or restart * a remote task. * * Input pa
www.eeworm.com/read/182103/5271598

c task1.c

/* Test_task * * This task suspends and resumes a remote task. * * Input parameters: * argument - task argument * * Output parameters: NONE * * COPYRIGHT (c) 1989-1999. * On-Line A
www.eeworm.com/read/182103/5271637

c task1.c

/* Test_task1 * * This task attempts to receive a message from a global message queue. * If running on the node on which the queue resides, the wait is * forever, otherwise it times out on a r
www.eeworm.com/read/182103/5271644

c task2.c

/* Test_task2 * * This task attempts to receive control of a global semaphore. * If running on the node on which the semaphore resides, the wait is * forever, otherwise it times out on a remot
www.eeworm.com/read/182103/5271667

c task1.c

/* Task_1 * * This test serves as a test task. It verifies timeslicing activities * and tswitch extension processing. * * Input parameters: * argument - task argument * * Output param
www.eeworm.com/read/182103/5271668

c task3.c

/* Task_3 * * This routine serves as a test task. It is just a CPU bound task * requiring timesliced operation. * * Input parameters: * argument - task argument * * Output parameters:
www.eeworm.com/read/182103/5271670

c task2.c

/* Task_2 * * This routine serves as a test task. It is just a CPU bound task * requiring timesliced operation. * * Input parameters: * argument - task argument * * Output parameters:
www.eeworm.com/read/182103/5271677

c task1.c

/* task1.c * * This set of three tasks do some simple task switching for about * 15 seconds and then call a routine to "blow the stack". * * COPYRIGHT (c) 1989-1999. * On-Line Applications