Home
last modified time | relevance | path

Searched refs:PW_GUARDED_BY (Results 1 – 3 of 3) sorted by relevance

/external/pigweed/pw_sync/public/pw_sync/
Dlock_annotations.h55 #define PW_GUARDED_BY(x) __attribute__((guarded_by(x))) macro
57 #define PW_GUARDED_BY(x) macro
/external/pigweed/pw_router/public/pw_router/
Dstatic_router.h69 PacketParser& parser_ PW_GUARDED_BY(mutex_);
/external/pigweed/pw_sync/
Ddocs.rst662 .. cpp:function:: PW_GUARDED_BY(x)
665 lock. ``PW_GUARDED_BY()`` allows the user to specify a particular lock that
678 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 shared
748 int a PW_GUARDED_BY(mu1);
749 int b PW_GUARDED_BY(mu2);
765 int a PW_GUARDED_BY(mu);