
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 | ) |
| CpmDestination CpmMakeThread | ( | int | pe | ) |
| CpmDestination CpmMakeThreadSize | ( | int | pe, | |
| int | size | |||
| ) |
Definition at line 285 of file cpm.c.
References CpmThreadSize1(), and CpmDestinationStruct::envsize.
| CpmDestination CpmEnqueueFIFO | ( | int | pe | ) |
Definition at line 162 of file cpm.c.
References CpmEnqueueFIFO1(), and CpmDestinationStruct::envsize.
| CpmDestination CpmEnqueueLIFO | ( | int | pe | ) |
Definition at line 197 of file cpm.c.
References CpmEnqueueLIFO1(), and CpmDestinationStruct::envsize.
| CpmDestination CpmEnqueueIFIFO | ( | int | pe, | |
| int | prio | |||
| ) |
| CpmDestination CpmEnqueueILIFO | ( | int | pe, | |
| int | prio | |||
| ) |
| CpmDestination CpmEnqueueBFIFO | ( | int | pe, | |
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
| CpmDestination CpmEnqueueBLIFO | ( | int | pe, | |
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
| CpmDestination CpmEnqueueLFIFO | ( | int | pe, | |
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
| CpmDestination CpmEnqueueLLIFO | ( | int | pe, | |
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
| CpmDestination CpmEnqueue | ( | int | pe, | |
| int | qs, | |||
| int | priobits, | |||
| unsigned int * | prioptr | |||
| ) |
Definition at line 88 of file cpm.c.
References CpmEnqueue1().
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