Searched refs:PW_GUARDED_BY (Results 1 – 3 of 3) sorted by relevance
55 #define PW_GUARDED_BY(x) __attribute__((guarded_by(x))) macro57 #define PW_GUARDED_BY(x) macro
69 PacketParser& parser_ PW_GUARDED_BY(mutex_);
662 .. cpp:function:: PW_GUARDED_BY(x)665 lock. ``PW_GUARDED_BY()`` allows the user to specify a particular lock that678 int p1_ PW_GUARDED_BY(mu_);706 int *q_ PW_GUARDED_BY(mu1_) PW_PT_GUARDED_BY(mu2_);717 As with ``PW_GUARDED_BY``, this is only applicable to locks that are shared748 int a PW_GUARDED_BY(mu1);749 int b PW_GUARDED_BY(mu2);765 int a PW_GUARDED_BY(mu);