linux/windows system general-purpose components

nanomsg-1.1.5/src/utils

zhoudd@zhoudd-ubuntu:~/nanomsg-1.1.5/src/utils$ tree
.
├── clock.c
├── clock.h
├── mutex.c
├── mutex.h
├── sem.c
├── sem.h
├── sleep.c
├── sleep.h
├── thread.c
├── thread.h
├── thread_posix.h
├── thread_posix.inc
├── thread_win.h
└──thread_win.inc

原文地址:https://www.cnblogs.com/dong1/p/14040132.html