don't use spinlocks when dealing with the tasks signal bits - just use atomic operati...
commitd78bd8c39fff332bf636b5488565c3a734fc64af
authorNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 10 Feb 2017 04:04:10 +0000 (10 04:04 +0000)
committerNicJA <NicJA@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Fri, 10 Feb 2017 04:04:10 +0000 (10 04:04 +0000)
tree322a0a9762bddd289300b6439af37e093301b15d
parent74f4e40a5c0a93ec7f020252e4d16261d954bcf8
don't use spinlocks when dealing with the tasks signal bits - just use atomic operations. use "thisTask" consistently.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@53564 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
12 files changed:
rom/exec/allocsignal.c
rom/exec/findtask.c
rom/exec/findtaskbypid.c
rom/exec/newaddtask.c
rom/exec/putmsg.c
rom/exec/remtask.c
rom/exec/service.c
rom/exec/setexcept.c
rom/exec/setsignal.c
rom/exec/settaskpri.c
rom/exec/signal.c
rom/exec/wait.c