Skip to content

Files

Latest commit

 

History

History
9 lines (6 loc) · 350 Bytes

runtime-threadsafe_fn.md

File metadata and controls

9 lines (6 loc) · 350 Bytes

Pattern: Use of thread-unsafe function

Issue: -

Description

Much code has been originally written without consideration of multi-threading. Also, engineers are relying on their old experience; they have learned posix before threading extensions were added. This rule guide the engineers to use thread-safe functions (when using posix directly).