CoolFace
Modelpublic

AryaWu/sqlite

sourceHugging Faceupdated 9mo agoView on Hugging Face
0likes
mutex_injectable_functions.json22 linesDownload Raw Back to injectable_functions
1[2  {3    "function_name": "checkMutexFree",4    "function_signature": "static void checkMutexFree(sqlite3_mutex *p)",5    "test_filename": "tests_mutex_checkMutexFree.c"6  },7  {8    "function_name": "checkMutexEnter",9    "function_signature": "static void checkMutexEnter(sqlite3_mutex *p)",10    "test_filename": "tests_mutex_checkMutexEnter.c"11  },12  {13    "function_name": "sqlite3MutexInit",14    "function_signature": "int sqlite3MutexInit(void)",15    "test_filename": "tests_mutex_sqlite3MutexInit.c"16  },17  {18    "function_name": "sqlite3MutexEnd",19    "function_signature": "int sqlite3MutexEnd(void)",20    "test_filename": "tests_mutex_sqlite3MutexEnd.c"21  }22]