Alternate e697dbe9c5997e35395fe158628dd8c5209481da
for Visual Studio 2022 and Windows 11.
読み取り中…
検索中…
一致する文字列を見つけられません
sqlite3_mutex_methods 構造体

#include <sqlite3.h>

公開変数類

sqlite3_mutex *(* xMutexAlloc )(int)
 
int(* xMutexEnd )(void)
 
void(* xMutexEnter )(sqlite3_mutex *)
 
void(* xMutexFree )(sqlite3_mutex *)
 
int(* xMutexHeld )(sqlite3_mutex *)
 
int(* xMutexInit )(void)
 
void(* xMutexLeave )(sqlite3_mutex *)
 
int(* xMutexNotheld )(sqlite3_mutex *)
 
int(* xMutexTry )(sqlite3_mutex *)
 

詳解

sqlite3.h7439 行目に定義があります。

メンバ詳解

◆ xMutexAlloc

sqlite3_mutex *(* sqlite3_mutex_methods::xMutexAlloc) (int)

sqlite3.h7442 行目に定義があります。

◆ xMutexEnd

int(* sqlite3_mutex_methods::xMutexEnd) (void)

sqlite3.h7441 行目に定義があります。

◆ xMutexEnter

void(* sqlite3_mutex_methods::xMutexEnter) (sqlite3_mutex *)

sqlite3.h7444 行目に定義があります。

◆ xMutexFree

void(* sqlite3_mutex_methods::xMutexFree) (sqlite3_mutex *)

sqlite3.h7443 行目に定義があります。

◆ xMutexHeld

int(* sqlite3_mutex_methods::xMutexHeld) (sqlite3_mutex *)

sqlite3.h7447 行目に定義があります。

◆ xMutexInit

int(* sqlite3_mutex_methods::xMutexInit) (void)

sqlite3.h7440 行目に定義があります。

◆ xMutexLeave

void(* sqlite3_mutex_methods::xMutexLeave) (sqlite3_mutex *)

sqlite3.h7446 行目に定義があります。

◆ xMutexNotheld

int(* sqlite3_mutex_methods::xMutexNotheld) (sqlite3_mutex *)

sqlite3.h7448 行目に定義があります。

◆ xMutexTry

int(* sqlite3_mutex_methods::xMutexTry) (sqlite3_mutex *)

sqlite3.h7445 行目に定義があります。


この構造体詳解は次のファイルから抽出されました: