Searched refs:thread_registry (Results 1 – 4 of 4) sorted by relevance
12 struct thread_registry { struct23 void vdo_initialize_thread_registry(struct thread_registry *registry); argument25 void vdo_register_thread(struct thread_registry *registry,28 void vdo_unregister_thread(struct thread_registry *registry);30 const void *vdo_lookup_thread(struct thread_registry *registry);
18 void vdo_initialize_thread_registry(struct thread_registry *registry) in vdo_initialize_thread_registry()25 void vdo_register_thread(struct thread_registry *registry, in vdo_register_thread()55 void vdo_unregister_thread(struct thread_registry *registry) in vdo_unregister_thread()78 const void *vdo_lookup_thread(struct thread_registry *registry) in vdo_lookup_thread()
9 static struct thread_registry device_id_thread_registry;
21 static struct thread_registry allocating_threads;
Completed in 7 milliseconds