About Thread
多线程编程是实用程序必然要用到的工具 没有多线程、多进程编程就不是现代编程人员做的事情
多线程的优缺点
**优点**
*
*
**缺点**
*
* pthread_cond_wait pthread_cond_signal
多线程的同步方法
多进程的同步方法
原子操作
binder 通信
RPC 调用
1 | char * mystrstr(const char *str,const char *substr) |
All articles on this blog are licensed under CC BY-NC-SA 4.0 unless otherwise stated.