このページを編集する際は、編集に関する方針に従ってください。
typedef struct MyStorage { PGShmemHeader header;
int flag; PGSemaphoreData sem;
} MyStorage;