mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-4247 document threadedness
X-SVN-Rev: 18041
This commit is contained in:
parent
b10ec1881c
commit
211ca72603
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue