summaryrefslogtreecommitdiff
path: root/os/inputthread.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-24os/inputthread: Force unlock when stopping thread.Michal Srb1-0/+1
2017-02-27os: log a bug whenever WriteToClient is called from the input threadPeter Hutterer1-0/+8
2017-02-23inputthread: Initialise inputThreadInfo->changed before useChris Wilson1-0/+2
2016-10-27inputthread: On Linux leave the main thread's name as-isPeter Hutterer1-0/+2
2016-10-15os/inputthread: Ensure pollfd refreshingMihail Konev1-1/+4
2016-09-13os: Use pthread_setname_np to set thread names if availableAlan Coopersmith1-0/+12
2016-09-13os/inputthread: Fix setting of cloexec on file descriptorsJeremy Huddleston Sequoia1-2/+13
2016-08-12os: Allow re-registering fd with InputThreadRegisterDevKeith Packard1-11/+25
2016-08-11os: append, rather than prepend, any new input thread fdsPeter Hutterer1-1/+1
2016-07-21os: Use ospoll for input thread [v2]Keith Packard1-38/+82
2016-07-18os: InputThreadFillPipe doesn't need select or pollKeith Packard1-16/+2
2016-06-01os: Lock input while messing with input device listKeith Packard1-3/+11
2016-05-29os: fix input_mutex_count off-by-one in input_force_unlockKeith Packard1-2/+3
2016-05-26Create a threaded mechanism for input [v7]Keith Packard1-0/+470