Back to Browse

Thread Safety Annotations in Clang

1.2K views
Dec 14, 2011
36:51

This talk introduces the new thread safety annotations for Clang and describes the static analysis used to check them. These annotations can be used to specify properties such as whether a variable is guarded by a particular mutex, or a desired lock acquisition order. These annotations were originally introduced in gcc, and have recently been reimplemented in Clang.

Download

0 formats

No download links available.

Thread Safety Annotations in Clang | NatokHD