OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:watches
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl2/xcvs/dist/src/
edit.h
26
_editors, and
WATCHES
is zero or more of E,U,C, in that order, to specify
27
what kinds of temporary
watches
to set. */
29
const char *who, const char *val, const char *
watches
,
edit.c
153
char *
watches
;
local
193
watches
= cp;
200
watches
, finfo->repository);
873
const char *who, const char *val, const char *
watches
,
1085
if (*
watches
== 'E')
1088
++
watches
;
1090
if (*
watches
== 'U')
1093
++
watches
;
1095
if (*
watches
== 'C')
server.c
2740
char *
watches
;
member in struct:notify_note
2862
new->
watches
= cp;
2942
notify_list->
watches
, repos);
/src/sys/arch/xen/xenbus/
xenbus_xs.c
90
/* List of registered
watches
, and a lock to protect it. */
91
static SLIST_HEAD(, xenbus_watch)
watches
;
591
SLIST_FOREACH(i, &
watches
, watch_next) {
611
SLIST_INSERT_HEAD(&
watches
, watch, watch_next);
619
SLIST_REMOVE(&
watches
, watch, xenbus_watch, watch_next);
637
SLIST_REMOVE(&
watches
, watch, xenbus_watch, watch_next);
678
SLIST_FOREACH(watch, &
watches
, watch_next) {
766
/* Don't add duplicate events to the queue of pending
watches
*/
814
SLIST_INIT(&
watches
);
Completed in 65 milliseconds
Indexes created Wed Sep 23 00:26:21 UTC 2026