Home
last modified time | relevance | path

Searched defs:notifier (Results 1 – 15 of 15) sorted by relevance

/netbsd/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc81 struct notifier final : __at_thread_exit_elt struct
83 notifier(condition_variable& cv, unique_lock<mutex>& l) in notifier() function
90 ~notifier() in ~notifier()
96 condition_variable* cv;
97 mutex* mx;
99 static void run(void* p) { delete static_cast<notifier*>(p); } in run()
/netbsd/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcondition_variable.cc106 struct notifier final : __at_thread_exit_elt struct
108 notifier(condition_variable& cv, unique_lock<mutex>& l) in notifier() argument
115 ~notifier() in ~notifier()
121 condition_variable* cv;
122 mutex* mx;
124 static void run(void* p) { delete static_cast<notifier*>(p); } in run()
/netbsd/sys/external/bsd/drm2/include/acpi/
H A Dbutton.h40 acpi_lid_notifier_register(struct notifier_block *notifier) in acpi_lid_notifier_register()
46 acpi_lid_notifier_unregister(struct notifier_block *notifier) in acpi_lid_notifier_unregister()
/netbsd/sys/external/bsd/drm2/include/asm/
H A Diosf_mbi.h55 iosf_mbi_register_pmic_bus_access_notifier(struct notifier_block *notifier) in iosf_mbi_register_pmic_bus_access_notifier()
61 struct notifier_block *notifier) in iosf_mbi_unregister_pmic_bus_access_notifier_unlocked()
/netbsd/sys/external/bsd/drm2/dist/drm/nouveau/
H A Dnouveau_svm.c96 struct mmu_notifier notifier; member
493 struct mmu_interval_notifier notifier; member
526 u64 *pfns, struct svm_notifier *notifier) in nouveau_range_fault()
650 struct svm_notifier notifier; in nouveau_svm_fault() local
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dsolib-darwin.c65 CORE_ADDR notifier; member
554 CORE_ADDR notifier = info->all_image.notifier; in darwin_solib_create_inferior_hook() local
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dsolib-darwin.c65 CORE_ADDR notifier; member
554 CORE_ADDR notifier = info->all_image.notifier; in darwin_solib_create_inferior_hook() local
/netbsd/external/bsd/ppp/dist/pppd/
H A Dpppd.h209 struct notifier { struct
210 struct notifier *next; argument
211 notify_func func;
212 void *arg;
/netbsd/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_object.h111 struct mmu_interval_notifier notifier; member
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dconcurrency.d1418 …auto waiter = new Fiber({ receive(cond, received); }), notifier = new Fiber({ send(cond, sent); }); variable
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dconcurrency.d1637 …auto waiter = new Fiber({ receive(cond, received); }), notifier = new Fiber({ send(cond, sent); }); variable
/netbsd/crypto/external/bsd/openssh/dist/
H A Dssh-agent.c731 struct notifier_ctx *notifier = NULL; in process_sign_request2() local
H A Dsshconnect2.c1250 struct notifier_ctx *notifier = NULL; in identity_sign() local
H A Dssh-keygen.c1746 struct notifier_ctx *notifier = NULL; in do_ca_sign() local
/netbsd/sys/external/bsd/drm2/dist/drm/radeon/
H A Dradeon.h531 struct mmu_interval_notifier notifier; member