Skip to content

Data races over function pointer initialization #28

@alex-katranov

Description

@alex-katranov

The check of a function pointer can be performed concurrently with initialization phase of function pointers. It is not a big deal for x86 but we need to suppress (uxlfoundation/oneTBB#659) Thread Sanitizer reports. Moreover, C/C++ does not state that pointers are atomic and considers such accesses as data races.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions