?? structure.h
字號:
#ifndef _KRTSPROXYD_STRUCTURE_H_#define _KRTSPROXYD_STRUCTURE_H_#include <linux/time.h>#include <linux/wait.h>/*struct krtsproxyd_threadinfo represents the 2 queues that 1 thread has to deal with.It is padded to occupy 1 (Intel) cache-line, to avoid "cacheline-pingpong".32bytes is a cache-line's size*/struct krtsproxyd_threadinfo{ struct rtsp_session *RtspSessionQueue; struct shok *gShokQueue; char dummy[32-(((sizeof(void *))) << 1) ]; /* Padding for cache-lines */};#endif
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -