Home
last modified time | relevance | path

Searched refs:glthread_lock_destroy (Results 1 – 3 of 3) sorted by relevance

/third_party/gettext/gettext-runtime/intl/
Dlock.h129 extern int glthread_lock_destroy (gl_lock_t *lock);
304 # define glthread_lock_destroy(LOCK) \ macro
571 # define glthread_lock_destroy(LOCK) \ macro
640 # define glthread_lock_destroy(NAME) 0 macro
703 if (glthread_lock_destroy (&NAME)) \
Dlock.c60 glthread_lock_destroy (gl_lock_t *lock) in glthread_lock_destroy() function
DChangeLog.01207 glthread_lock_destroy, glthread_rwlock_rdlock, glthread_rwlock_wrlock,
1213 (glthread_lock_destroy_func): Renamed from glthread_lock_destroy.
1240 (glthread_lock_destroy): New macro/function.
1241 (gl_lock_destroy): Define as wrapper around glthread_lock_destroy.