日期:2008-02-05 18:38 , 点击:248 , 分类:Sqlite教程
相关标签:mutex,
typedef struct sqlite3_mutex sqlite3_mutex;
The mutex module within SQLite defines sqlite3_mutex to be an abstract type for a mutex object. The SQLite core never looks at the internal representation of an sqlite3_mutex. It only deals with pointers to the sqlite3_mutex object.
Mutexes are created using sqlite3_mutex_alloc().
站内搜索
热门排行
最新内容