HomeSort by relevance Sort by last modified time
    Searched refs:os2MutexTrace (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/sqlite/src/src/
mutex_os2.c 201 static void os2MutexTrace(sqlite3_mutex *p, char *pAction){
225 if( p->trace ) os2MutexTrace(p, "enter");
234 if( p->trace ) os2MutexTrace(p, "try");
250 if( p->trace ) os2MutexTrace(p, "leave");
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]

Completed in 57 milliseconds