
Go to the source code of this file.
| typedef struct CpmDestinationStruct* CpmDestination |
Definition at line 21 of file conv-cpm.h.
| typedef void*(* CpmSender)(CpmDestination, int, void *) |
Definition at line 23 of file conv-cpm.h.
| typedef void CpmInvokable |
Definition at line 62 of file conv-cpm.h.
| typedef int CpmDeclareSimple1 |
Definition at line 63 of file conv-cpm.h.
| typedef int CpmDeclarePointer1 |
Definition at line 64 of file conv-cpm.h.
Definition at line 112 of file conv-cpm.h.
| typedef char* CpmStr |
Definition at line 121 of file conv-cpm.h.
| CpmDestination CpmSend | ( | int | pe | ) |
Definition at line 37 of file cpm.C.
References CpmSend1(), and CpmDestinationStruct::envsize.

| CpmDestination CpmMakeThread | ( | int | pe | ) |
Definition at line 240 of file cpm.C.
References CpmThread1(), CpmDestinationStruct::envsize, and int.

| CpmDestination CpmMakeThreadSize | ( | int | pe, | |
| int | size | |||
| ) |
Definition at line 287 of file cpm.C.
References CpmThreadSize1(), CpmDestinationStruct::envsize, and int.

| CpmDestination CpmEnqueueFIFO | ( | int | pe | ) |
Definition at line 163 of file cpm.C.
References CpmEnqueueFIFO1(), CpmDestinationStruct::envsize, and int.

| CpmDestination CpmEnqueueLIFO | ( | int | pe | ) |
Definition at line 198 of file cpm.C.
References CpmEnqueueLIFO1(), CpmDestinationStruct::envsize, and int.

| CpmDestination CpmEnqueueIFIFO | ( | int | pe, | |
| int | prio | |||
| ) |
Definition at line 102 of file cpm.C.
References CpmEnqueue().

| CpmDestination CpmEnqueueILIFO | ( | int | pe, | |
| int | prio | |||
| ) |
Definition at line 110 of file cpm.C.
References CpmEnqueue().

| CpmDestination CpmEnqueueBFIFO | ( | int | pe, | |
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
Definition at line 116 of file cpm.C.
References CpmEnqueue().

| CpmDestination CpmEnqueueBLIFO | ( | int | pe, | |
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
Definition at line 121 of file cpm.C.
References CpmEnqueue().

| CpmDestination CpmEnqueueLFIFO | ( | int | pe, | |
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
Definition at line 126 of file cpm.C.
References CpmEnqueue().

| CpmDestination CpmEnqueueLLIFO | ( | int | pe, | |
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
Definition at line 131 of file cpm.C.
References CpmEnqueue().

| CpmDestination CpmEnqueue | ( | int | pe, | |
| int | qs, | |||
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
Definition at line 89 of file cpm.C.
References CpmEnqueue1(), CpmDestinationStruct::envsize, and int.
Referenced by CpmEnqueueBFIFO(), CpmEnqueueBLIFO(), CpmEnqueueIFIFO(), CpmEnqueueILIFO(), CpmEnqueueLFIFO(), and CpmEnqueueLLIFO().


| CpmDeclareSimple | ( | char | ) |
| CpmDeclareSimple | ( | short | ) |
| CpmDeclareSimple | ( | int | ) |
| CpmDeclareSimple | ( | long | ) |
| CpmDeclareSimple | ( | float | ) |
| CpmDeclareSimple | ( | double | ) |
| CpmDeclareSimple | ( | Cfuture | ) |
| CpmDeclarePointer | ( | CpmStr | ) |
1.5.5