12.25
!INCLUDE "./code/echo_cnt.c"
thread safe?
Yes, mutex make it safe
reentrant?
No, share the same mutex
当前内容版权归 DreamAndDead 或其关联方所有,如需对内容或内容相关联开源项目进行关注与资助,请访问 DreamAndDead .
12.25
!INCLUDE "./code/echo_cnt.c"
thread safe?
Yes, mutex make it safe
reentrant?
No, share the same mutex
本文档使用 BookStack 构建