Home
last modified time | relevance | path

Searched defs:INIT_CONNLOCK (Results 1 – 1 of 1) sorted by relevance

/dports/databases/postgresql-odbc/psqlodbc-13.02.0000/
H A Dconnection.h141 #define INIT_CONNLOCK(x) InitializeCriticalSection(&((x)->slock)) macro
156 #define INIT_CONNLOCK(x) pthread_mutex_init(&((x)->slock), getMutexAttr()) macro
174 #define INIT_CONNLOCK(x) macro