ARPDAS_QNX6 1.0
Classes | Defines | Typedefs | Variables
TMbfr.h File Reference
#include <pthread.h>
#include "tm.h"
#include <sys/iofunc.h>
#include <sys/dispatch.h>
Include dependency graph for TMbfr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  dataqueue
struct  tsqueue
struct  dq_descriptor
struct  DQD_Queue_t
struct  tm_ocb
struct  tm_ocb::part_s
struct  tm_ocb::data_s
union  tm_ocb::rw_u
struct  tm_ocb::rw_u::write_s
struct  tm_ocb::rw_u::read_s
struct  tm_attr

Defines

#define THREAD_POOL_PARAM_T   dispatch_context_t
#define IOFUNC_OCB_T   struct tm_ocb
#define IOFUNC_ATTR_T   struct tm_attr
#define TM_STATE_HDR   0
#define TM_STATE_INFO   1
#define TM_STATE_DATA   2
#define TM_DG   1
#define TM_DCf   2
#define TM_DCo   3

Typedefs

typedef struct dataqueue data_queue_t
typedef struct tsqueue TS_queue_t
typedef struct dq_descriptor dq_descriptor_t
typedef struct tm_ocb tm_ocb_t
typedef struct tm_attr tm_attr_t

Variables

data_queue_t Data_Queue
DQD_Queue_t DQD_Queue

Define Documentation

#define IOFUNC_ATTR_T   struct tm_attr

Definition at line 11 of file TMbfr.h.

#define IOFUNC_OCB_T   struct tm_ocb

Definition at line 10 of file TMbfr.h.

#define THREAD_POOL_PARAM_T   dispatch_context_t

Definition at line 9 of file TMbfr.h.

#define TM_DCf   2

Definition at line 185 of file TMbfr.h.

Referenced by main().

#define TM_DCo   3

Definition at line 186 of file TMbfr.h.

Referenced by main(), and read_reply().

#define TM_DG   1

Definition at line 184 of file TMbfr.h.

Referenced by io_open(), io_write(), main(), ocb_calloc(), and ocb_free().

#define TM_STATE_DATA   2

Definition at line 176 of file TMbfr.h.

Referenced by allocate_qrows(), and do_write().

#define TM_STATE_HDR   0

Definition at line 174 of file TMbfr.h.

Referenced by allocate_qrows(), do_write(), ocb_calloc(), and read_reply().

#define TM_STATE_INFO   1

Definition at line 175 of file TMbfr.h.

Referenced by do_write().


Typedef Documentation

typedef struct dataqueue data_queue_t
typedef struct tm_attr tm_attr_t
typedef struct tm_ocb tm_ocb_t
typedef struct tsqueue TS_queue_t

Variable Documentation

Definition at line 50 of file TMbfr.c.

Definition at line 51 of file TMbfr.c.

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Defines