summaryrefslogtreecommitdiffstats
path: root/src/pulsecore/fdsem.c
Commit message (Expand)AuthorAgeFilesLines
* Assorted minor Windows compatibility fixes for recent code updates.Pierre Ossman2007-10-031-0/+7
* Use Linux eventfd() if kernel supports itLennart Poettering2007-09-261-19/+100
* make O_CLOEXEC, O_NONBLOCK and socket low latency fd ops more uniform: always...Lennart Poettering2007-09-191-2/+2
* add new pa_pipe_close() API to close two fds at the same timeLennart Poettering2007-09-121-2/+1
* consolidate close() calls to pa_close(), and make sure on every occasion that...Lennart Poettering2007-09-121-2/+2
* add an assert()Lennart Poettering2007-08-301-1/+1
* set CLOEXEC on more fdsLennart Poettering2007-08-151-0/+3
* allow destruction of pa_fdsem object that are still in 'poll' stateLennart Poettering2007-08-111-6/+3
* add abstracted file descriptor based semaphore object that is lock-free in th...Lennart Poettering2007-07-261-0/+189