xHarbour Reference Documentation > Function Reference |
Checks if an application is created for multi-threading.
HB_MultiThread() --> lIsMultiThread
The functions returns .T. when the application supports multiple threads, otherwise .F. (false) is returned.
The function is used to check if an application is created with the multi-thread enabled libraries of xHarbour. This is accomplished with the -mt compiler switch.
Note: the multi-threading capabilities require additional code to be linked and create a larger executable than a single-threaded application.
See also: | StartThread() |
Category: | Multi-threading functions , xHarbour extensions |
Source: | rtl\hvm.c |
LIB: | xhb.lib |
DLL: | xhbdll.dll |
http://www.xHarbour.com