pthread/Kconfig: add an option to support both unsafe and robust mutex
authorEunBong Song <eunb.song@samsung.com>
Thu, 13 Apr 2017 07:12:53 +0000 (16:12 +0900)
committerHeesub Shin <heesub.shin@samsung.com>
Tue, 18 Apr 2017 03:02:20 +0000 (12:02 +0900)
commit2ba50ba58cae1bad3cc8622ea6d9402a0748582d
tree0f993a7bc04d938e3267a8a11dec1848124ff0c6
parentf1059cbe526cdb3adda045221a46ed0fb26bf015
pthread/Kconfig: add an option to support both unsafe and robust mutex

This patch adds Kconfig menu for UNSAFE and ROBUST MUTEX. All credits
should go to Gregory Nutt who wrote the original commit.

Change-Id: I3d705cfb26d90eebadec2b3963f7828feba902ee
Signed-off-by: Gregory Nutt <gnutt@nuttx.org>
[Song: backported 666208cf from NuttX]
Signed-off-by: EunBong Song <eunb.song@samsung.com>
os/kernel/Kconfig