Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
_grn_table_queue Struct Reference

#include <hash.h>

Data Fields

grn_mutex mutex
grn_cond cond
grn_id head
grn_id tail
grn_id cap
grn_bool unblock_requested

Detailed Description

Definition at line 174 of file hash.h.

Field Documentation

grn_id cap

Definition at line 179 of file hash.h.

grn_cond cond

Definition at line 176 of file hash.h.

grn_id head

Definition at line 177 of file hash.h.

grn_mutex mutex

Definition at line 175 of file hash.h.

grn_id tail

Definition at line 178 of file hash.h.

grn_bool unblock_requested

Definition at line 180 of file hash.h.


The documentation for this struct was generated from the following file: