tibems_Sleep


Function

Purpose

Sleep thread.

C Declaration

void tibems_Sleep( 
    tibems_long milliseconds); 

COBOL Call

CALL "tibems_Sleep" 
 USING BY VALUE milliseconds 
END-CALL. 

COBOL usage of milliseconds is COMP-2.

Parameter
Description
milliseconds
Sleep for this interval (in milliseconds).

Remarks

This call instructs its calling thread to sleep for a fixed interval (in milliseconds).


TIBCO Enterprise Message Service™ C and COBOL Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com