Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching defs:thread_services

67     thread_service_t *NULLABLE thread_services;
78 for (thread_service_t *service = tracker->thread_services; service != NULL; service = next) {
138 thread_service_t **pservice = &tracker->thread_services, *service = NULL;
220 for (service = tracker->thread_services; service != NULL; service = service->next) {
282 for (service = tracker->thread_services; service != NULL; service = service->next) {
286 for (thread_service_t *aservice = tracker->thread_services; aservice != NULL; aservice = aservice->next)
471 for (thread_service_t *service = tracker->thread_services; service != NULL; service = service->next)
487 return tracker->thread_services;
500 for (thread_service_t *service = tracker->thread_services; service != NULL; service = service->next) {
531 for (thread_service_t *service = tracker->thread_services; service != NULL; service = service->next) {
548 for (thread_service_t *service = tracker->thread_services; service != NULL; service = service->next) {
592 for (service = tracker->thread_services; service != NULL; service = service->next) {
625 for (thread_service_t *service = tracker->thread_services; service != NULL; service = service->next) {