代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/182103/5271164
c task4.c
/* Task_4
*
* This routine serves as a low priority test task that should exit
* a soon as it runs to test the taskexitted user extension.
* execute.
*
* Input parameters:
* argument -
www.eeworm.com/read/182103/5271167
c task2.c
/* Task_2
*
* This routine serves as a test task. Plays with priorities to verify
* that the highest priority task is always executed.
*
* Input parameters:
* argument - task argument
*
www.eeworm.com/read/182103/5271187
c task1.c
/* Task_1_through_3
*
* This routine serves as a test task. It verifies the basic task
* switching capabilities of the executive.
*
* Input parameters:
* argument - task argument
*
*
www.eeworm.com/read/182103/5271194
c task1.c
/* Task_1
*
* This routine serves as a test task. It verifies the semaphore manager.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
*
* COPYRIGHT (c) 1
www.eeworm.com/read/182103/5271196
c task3.c
/* Task_3
*
* This routine serves as a test task. It simply obtains semaphore
* 2 and waits forever attempting to obtain semaphore 3.
*
* Input parameters:
* argument - task argument
*
www.eeworm.com/read/182103/5271197
c task4.c
/* Task_4
*
* This routine serves as a test task. It waits forever attempting
* to obtain semaphore 1. However, it should never get the semaphore!
*
* Input parameters:
* argument - tas
www.eeworm.com/read/182103/5271198
c task5.c
/* Task5
*
* This routine serves as a test task. It obtains semaphore 1 correctly
* once, then waits for semaphore 1 again. Task 1 should delete the
* semaphore, thus waking this task up.
*
www.eeworm.com/read/182103/5271200
c task2.c
/* Task_2
*
* This routine serves as a test task. It simply obtains semaphores
* 1 and 2, the later when it is a high priority task.
*
* Input parameters:
* argument - task argument
*
www.eeworm.com/read/182103/5271210
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/5271219
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