Home
last modified time | relevance | path

Searched refs:gl_recursive_lock_t (Results 1 – 2 of 2) sorted by relevance

/external/bison/lib/glthread/
Dlock.h275 typedef pthread_mutex_t gl_recursive_lock_t; typedef
295 extern int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock);
305 gl_recursive_lock_t; typedef
307 STORAGECLASS gl_recursive_lock_t NAME;
309 STORAGECLASS gl_recursive_lock_t NAME = gl_recursive_lock_initializer;
320 extern int glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock);
321 extern int glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock);
322 extern int glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock);
323 extern int glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock);
338 gl_recursive_lock_t; typedef
[all …]
Dlock.c284 glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_init_multithreaded()
313 glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_init_multithreaded()
341 glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_lock_multithreaded()
367 glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_unlock_multithreaded()
375 glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_destroy_multithreaded()
393 glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_init_multithreaded()
406 glthread_recursive_lock_lock_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_lock_multithreaded()
427 glthread_recursive_lock_unlock_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_unlock_multithreaded()
443 glthread_recursive_lock_destroy_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_destroy_multithreaded()
532 glthread_recursive_lock_init_multithreaded (gl_recursive_lock_t *lock) in glthread_recursive_lock_init_multithreaded()
[all …]