Skip to content

ATTRIBUTES(7)

attributes - POSIX safety concepts

NOTE:

主要讨论的是thread safety。

MT-Safe

MT-Safe or Thread-Safe functions are safe to call in the presence of other threads.

MT-Unsafe

MT-Unsafe functions are not safe to call in a multithreaded programs.