threadsafe
美
英 
例句
Libraries must be threadsafe (re-entrant) and C-linkage must be used (at least for the initialization functions).
库必须是线程安全的(可重入的),并且必须使用C链接(至少对初始化函数要使用C链接)。
In general, to be THREADSAFE, a routine should not use any global or static data areas.
一般来说,要想定义为THREADSAFE,例程不应该使用任何全局或静态数据区域。
If the procedure is defined as NOT THREADSAFE, the database manager will never invoke the procedure in the same process as another routine.
如果过程定义为NOTTHREADSAFE,数据库管理器就绝不会在其他例程的进程中调用这个过程。
If the procedure is defined as THREADSAFE, the database manager can invoke the procedure in the same process as other routines.
如果过程定义为THREADSAFE,数据库管理器就可以在其他例程的进程中调用这个过程。
Most programming references include a discussion of writing threadsafe routines.
许多编程参考资料讨论了如何编写线程安全的例程。
When you are evaluating APIs, confirm that the API is threadsafe and contact the repository vendor to confirm this if necessary.
在评估API时,请确认API为线程安全的,需要时,请与生产存储库的厂家联系确认此事。
Therefore, when you code a mediation, you should ensure that the instances of the class are threadsafe.
因此,当您编写一个中介时,您将确认类实例是否是线程安全的。