ctThrdMutexRel Releases a mutex. Short Name ctThrdMutexRel() Type Threading function Declaration NINT ctThrdMutexRel(pctMUTEX mutex) Description Releases the mutex pointed to by mutex, permitting other threads to contend for it. Return
See c-tree Plus Error Codes for a complete listing of valid c-tree Plus error values. Example pctMUTEX tfin_mtx; NINT rc;
rc = tfin; ctThrdMutexRel(&tfin_mtx); Limitations Can only release a mutex currently held by this thread. Can only be used with a ctThrd library. See also ctThrdMutexGet(), ctThrdMutexTry() |
||||||||||||