Data Fields | |
int | count |
int | bytes |
OSSpinLock | lock |
volatile int | flagSender |
char | pad1 [CMI_CACHE_LINE_SIZE-sizeof(volatile int)] |
volatile int | flagReceiver |
char | pad2 [CMI_CACHE_LINE_SIZE-sizeof(volatile int)] |
volatile int | turn |
This struct is used as the first portion of a shared memory region, followed by data.
Definition at line 96 of file machine-pxshm.C.
Definition at line 97 of file machine-pxshm.C.
Referenced by CmiSendMessagePxshm(), and CmiSendMessageXpmem().