Home
last modified time | relevance | path

Searched defs:PW_GUARDED_BY (Results 1 – 5 of 5) sorted by relevance

/external/pigweed/pw_bluetooth_proxy/public/pw_bluetooth_proxy/internal/
Dh4_storage.h67 PW_GUARDED_BY(storage_mutex_){}; in PW_GUARDED_BY() function
Dl2cap_status_tracker.h82 connected_channel_infos_ PW_GUARDED_BY(mutex_){}; in PW_GUARDED_BY() function
Dl2cap_signaling_channel.h121 PW_GUARDED_BY(mutex_){}; in PW_GUARDED_BY() function
/external/pigweed/pw_bluetooth_sapphire/public/pw_bluetooth_sapphire/internal/
Dconnection.h61 WeakSelf<Connection> weak_factory_ PW_GUARDED_BY(lock()){this}; in PW_GUARDED_BY() function
/external/pigweed/pw_sync/public/pw_sync/
Dlock_annotations.h58 #define PW_GUARDED_BY(x) __attribute__((guarded_by(x))) macro
60 #define PW_GUARDED_BY(x) macro