ICU-4247 document threadedness

X-SVN-Rev: 18041
This commit is contained in:
Steven R. Loomis 2005-06-24 22:39:35 +00:00
parent b10ec1881c
commit 211ca72603

View file

@ -371,7 +371,8 @@ typedef enum UDataFileAccess {
/**
* This function may be called to control how ICU loads data. It must be called
* before any ICU data is loaded, including application data loaded with ures/ResourceBundle or
* udata APIs. It should be called before u_init.
* udata APIs. It should be called before u_init. This function is not multithread safe.
* The results of calling it while other threads are loading data are undefined.
* @param access The type of file access to be used
* @param status Error code.
* @see UDataFileAccess