OSDN Git Service

Implement pthread_sigqueue.
authorJosh Gao <jmgao@google.com>
Mon, 27 Aug 2018 23:00:58 +0000 (16:00 -0700)
committerJosh Gao <jmgao@google.com>
Mon, 27 Aug 2018 23:48:17 +0000 (16:48 -0700)
commit726b63f725ccfb270bf780c96bdf104a26e72dad
tree0b6e0e688d10a1dfdd109f036f73198ec87414ac
parentf3aa3007e34eb14e114bd86492d8e6b2673e83c6
Implement pthread_sigqueue.

Bug: http://b/112770187
Test: bionic-unit-tests
Change-Id: I03382cd5df2490b2e87265dba9007e2cb1b14cd2
libc/Android.bp
libc/bionic/pthread_sigqueue.cpp [new file with mode: 0644]
libc/include/signal.h
libc/libc.arm.map
libc/libc.arm64.map
libc/libc.map.txt
libc/libc.mips.map
libc/libc.mips64.map
libc/libc.x86.map
libc/libc.x86_64.map
tests/signal_test.cpp