linux c언어의 open함수가 pthread 에 대해서 재진입 함수 인가요?
그리고 혹시 자신이 사용하는 api가 재진입함수인지 thread-safe인지 아니면 그 뭣도 아닌지,아니라면 대체할만한 방법을 찾을수 있는지(man page등 인터넷 검색없이 바로 알수 잇는법등) 확인 할 수 있는 방법이 있나요?
http://pubs.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_09.html
POSIX 함수 중 2.9.1에 나와 있지 않으면 thread-safe입니다.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html Korean Ver: http://cinsk.github.io/cfaqs/
도움 많이 됬습니다.
좋은하루 되세요. :)
http://pubs.opengroup.org/onl
http://pubs.opengroup.org/onlinepubs/007904975/functions/xsh_chap02_09.html
POSIX 함수 중 2.9.1에 나와 있지 않으면 thread-safe입니다.
C FAQ: http://www.eskimo.com/~scs/C-faq/top.html
Korean Ver: http://cinsk.github.io/cfaqs/
답변 감사합니다.
도움 많이 됬습니다.
좋은하루 되세요. :)