Home
last modified time | relevance | path

Searched refs:_this (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DValue.java34 private long _this; field in Value
42 _this = pointer; in Value()
53 if ((_this = PoolInternal.pool_value_alloc()) == 0) in Value()
159 if (_this != 0) { in close()
160 PoolInternal.pool_value_free(_this); in close()
161 _this = 0; in close()
192 PoolInternal.pool_value_set_name(_this, name); in setName()
202 PoolInternal.pool_value_set_int64(_this, value); in setValue()
215 PoolInternal.pool_value_set_uint64(_this, value); in setValue()
226 if (PoolInternal.pool_value_set_string(_this, value) != in setValue()
[all …]
H A DConfiguration.java52 private long _this; field in Configuration
79 if (((_this = PoolInternal.pool_conf_alloc())) == 0) in Configuration()
97 if (_this != 0) { in finalize()
98 PoolInternal.pool_conf_free(_this); in finalize()
99 _this = 0; in finalize()
116 return (_this); in getConf()