>From research, We think insque() and remque() are thread-safe. But, there is not markings of insque() and remque() in glibc document. Signed-off-by: Ma Shimiao <mashimiao.fnst@xxxxxxxxxxxxxx> --- man3/insque.3 | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/man3/insque.3 b/man3/insque.3 index 546759b..eb57355 100644 --- a/man3/insque.3 +++ b/man3/insque.3 @@ -96,6 +96,20 @@ The .BR remque () function removes the element pointed to by \fIelem\fP from the doubly-linked list. +.SH ATTRIBUTES +For an explanation of the terms used in this section, see +.BR attributes (7). +.TS +allbox; +lb lb lb +l l l. +Interface Attribute Value +T{ +.BR insque (), +.BR remque () +T} Thread safety MT-Safe +.TE + .SH CONFORMING TO POSIX.1-2001. .SH NOTES -- 2.1.0 -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html