Product Documentation

FairCom ISAM for C

Previous Topic

Next Topic

ctThrdBlockRel

Releases a block.

Short Name

ctThrdBlockRel()

Type

Threading function

Declaration

NINT ctThrdBlockRel(pctBLOCK block)

Description

Releases the block referenced by block. It is not necessary for the same thread that acquired the block to release it.

Return

Value

Symbolic Constant

Explanation

0

NO_ERROR

Successful function.

637

TSYR_ERR

block release failed.

See FairCom DB Error Codes for a complete listing of valid FairCom DB error values.

Limitations

Can only be used with a ctThrd library.

See also

ctThrdBlockCls, ctThrdBlockGet, ctThrdBlockWait

TOCIndex