代码搜索:task
找到约 10,000 项符合「task」的源代码
代码结果 10,000
www.eeworm.com/read/182103/5271397
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/5271405
c task1.c
/*
* COPYRIGHT (c) 1989-1999.
* On-Line Applications Research Corporation (OAR).
*
* The license and distribution terms for this file may be
* found in the file LICENSE in this distribution o
www.eeworm.com/read/182103/5271412
c task1.c
/* Test_task
*
* This task tests global message queue operations. It also generates
* an error condition.
*
* Input parameters:
* argument - task argument
*
* Output parameters: NONE
www.eeworm.com/read/182103/5271432
c task1.c
/* Test_task
*
* This task continuously sends an event to its counterpart on the
* other node, and then waits for it to send an event. The copy
* running on node one send the first event.
*
www.eeworm.com/read/182103/5271450
c task1.c
/* Test_task
*
* This task tests global semaphore operations. It verifies that
* global semaphore errors are correctly returned.
*
* Input parameters:
* argument - task argument
*
* O
www.eeworm.com/read/182103/5271482
c task1.c
/* Test_task1
*
* This task attempts to receive a message from a global message queue.
* It should never actually receive the message.
*
* Input parameters:
* argument - task argument
*
www.eeworm.com/read/182103/5271483
c task3.c
/* Test_task3
*
* This task attempts to receive control of a global semaphore.
* It should never receive control of the semaphore.
*
* Input parameters: NONE
*
* Output parameters: NONE
www.eeworm.com/read/182103/5271490
c task2.c
/* Test_task2
*
* This task attempts to receive control of a global semaphore.
* It should never receive control of the semaphore.
*
* Input parameters:
* argument - task argument
*
*
www.eeworm.com/read/182103/5271500
c task1.c
/* Test_task
*
* This task tests global event operations. If running on node one, it
* continuously sends events. If running on node two, it continuously
* receives events.
*
* Input par
www.eeworm.com/read/182103/5271516
c task1.c
/* Test_task
*
* This task initializes the signal catcher, sends the first signal
* if running on the first node, and loops while waiting for signals.
*
* NOTE: The signal catcher is not reen