Revaluate thread-safety and document it #33

开启中
crtxcr2022-02-26 16:56:57 +01:00创建 · 0 评论
管理员

strerror() is used, which is not thread-safe.

exile_launch() in particular changes things, we may now be called not only in the beginning of program execution.

So in general document what we guarantee and not, and/or make it thread-safe.

strerror() is used, which is not thread-safe. exile_launch() in particular changes things, we may now be called not only in the beginning of program execution. So in general document what we guarantee and not, and/or make it thread-safe.
登录 并参与到对话中。
1 名参与者
通知
到期时间
未设置到期时间。
依赖工单

没有设置依赖项。

参考:crtxcr/exile.h#33
没有提供说明。