Searched refs:distributerThread_ (Results 1 – 2 of 2) sorted by relevance
23 pthread_t InputManagerService::distributerThread_ = -1; member in OHOS::InputManagerService42 distributerThreadCreated_ = pthread_create(&distributerThread_, nullptr, Distribute, nullptr); in Run()44 pthread_detach(distributerThread_); in Run()
89 static pthread_t distributerThread_; variable