HPCToolkit
|
#include <hpcio-buffer.h>
Public Attributes | |
uint32_t | magic |
void * | buf_start |
size_t | buf_size |
size_t | in_use |
int | fd |
int | flags |
char | use_lock |
spinlock_t | lock |
Definition at line 58 of file hpcio-buffer.h.
size_t hpcio_outbuf_s::buf_size |
Definition at line 61 of file hpcio-buffer.h.
void* hpcio_outbuf_s::buf_start |
Definition at line 60 of file hpcio-buffer.h.
int hpcio_outbuf_s::fd |
Definition at line 63 of file hpcio-buffer.h.
int hpcio_outbuf_s::flags |
Definition at line 64 of file hpcio-buffer.h.
size_t hpcio_outbuf_s::in_use |
Definition at line 62 of file hpcio-buffer.h.
spinlock_t hpcio_outbuf_s::lock |
Definition at line 66 of file hpcio-buffer.h.
uint32_t hpcio_outbuf_s::magic |
Definition at line 59 of file hpcio-buffer.h.
char hpcio_outbuf_s::use_lock |
Definition at line 65 of file hpcio-buffer.h.