]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock
authorWilly Tarreau <w@1wt.eu>
Thu, 25 Jan 2018 15:59:09 +0000 (16:59 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 29 Jan 2018 15:03:15 +0000 (16:03 +0100)
commit82b37d74d2e29798633ac0896735a3fa2ae5df1c
tree6aa03dd20a8695b59e5b30a6fe54801fc5ed6d16
parentd51a507dbd390e10b149442cd2f4fba93e455aa3
MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock

Now that we can use atomic ops to set/clear an fd occurrence in an
fd_set, we don't need the poll_lock anymore. Let's remove it.
include/common/hathreads.h
include/proto/fd.h
src/ev_poll.c
src/ev_select.c
src/fd.c