Searched defs:watches (Results 1 – 13 of 13) sorted by relevance
20 struct mips3264_watch_reg_state *watches = &t->thread.watch.mips3264; in mips_install_watch_registers() local52 struct mips3264_watch_reg_state *watches = in mips_read_watch_registers() local
497 GString *watches = g_string_new(NULL); in do_test_xs_node_tx() local621 GString *watches = g_string_new(NULL); in test_xs_node_tx_rm() local689 GString *watches = g_string_new(NULL); in test_xs_node_tx_resurrect() local774 GString *watches = g_string_new(NULL); in test_xs_node_tx_resurrect2() local
13 const std::array<std::tuple<std::string, size_t>, ${len(watches)}> watches = {{ variable
19 static struct counter_watch watches[2] = { variable
29 static std::vector<sdbusplus::bus::match_t> watches; in getWatches() local
50 GArray *watches; /* QFileMonitorWatch elements */ member
42 struct hlist_head watches; /* Contributory watches */ member
47 struct list_head watches; /* anchor for audit_watch->wlist */ member
105 struct list_head watches; member
66 GHashTable *watches; member267 GList *watches; member
1501 GList *watches; member
401 static WatchData watches[FD_SETSIZE]; in vubr_set_watch() local
1773 def watches(self): member in WatchManager