Home
last modified time | relevance | path

Searched refs:distributerThread_ (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/window/window_manager_lite/services/ims/
H A Dinput_manager_service.cpp23 pthread_t InputManagerService::distributerThread_ = -1; member in OHOS::InputManagerService
42 distributerThreadCreated_ = pthread_create(&distributerThread_, nullptr, Distribute, nullptr); in Run()
44 pthread_detach(distributerThread_); in Run()
H A Dinput_manager_service.h89 static pthread_t distributerThread_; variable