Home
last modified time | relevance | path

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

/dports/graphics/darktable38/darktable-3.8.0/src/common/
H A Ddtpthread.h108 #define dt_pthread_mutex_lock(A) dt_pthread_mutex_lock_with_caller(A, __FILE__, __LINE__, __FUNCTIO… macro
307 static inline int dt_pthread_mutex_lock(dt_pthread_mutex_t *mutex) ACQUIRE(mutex) NO_THREAD_SAFETY_… in dt_pthread_mutex_lock() function
/dports/graphics/darktable/darktable-3.6.1/src/common/
H A Ddtpthread.h108 #define dt_pthread_mutex_lock(A) dt_pthread_mutex_lock_with_caller(A, __FILE__, __LINE__, __FUNCTIO… macro
307 static inline int dt_pthread_mutex_lock(dt_pthread_mutex_t *mutex) ACQUIRE(mutex) NO_THREAD_SAFETY_… in dt_pthread_mutex_lock() function