Target.libraryObjectMonitors

Returns true if the implementation for object monitors is always defined in the D runtime library (rt/monitor_.d).

struct Target
extern (C++)
bool
libraryObjectMonitors

Parameters

fd FuncDeclaration

function with synchronized storage class.

fbody Statement

entire function body of fd

Return Value

Type: bool

false if the target backend handles synchronizing monitors.

Suggestion Box / Bug Report