OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NotifierList
(Results
1 - 3
of
3
) sorted by null
/external/qemu/
notify.h
27
typedef struct
NotifierList
30
}
NotifierList
;
35
void notifier_list_init(
NotifierList
*list);
37
void notifier_list_add(
NotifierList
*list, Notifier *notifier);
39
void notifier_list_remove(
NotifierList
*list, Notifier *notifier);
41
void notifier_list_notify(
NotifierList
*list);
notify.c
17
void notifier_list_init(
NotifierList
*list)
22
void notifier_list_add(
NotifierList
*list, Notifier *notifier)
27
void notifier_list_remove(
NotifierList
*list, Notifier *notifier)
32
void notifier_list_notify(
NotifierList
*list)
input.c
43
static
NotifierList
mouse_mode_notifiers =
Completed in 32 milliseconds