HomeSort by: relevance | last modified time | path
    Searched defs:glwthread_rwlock_t (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb/dist/gnulib/import/
windows-rwlock.h 48 glwthread_rwlock_t; typedef in typeref:struct:__anon18427
56 extern void glwthread_rwlock_init (glwthread_rwlock_t *lock);
57 extern int glwthread_rwlock_rdlock (glwthread_rwlock_t *lock);
58 extern int glwthread_rwlock_wrlock (glwthread_rwlock_t *lock);
59 extern int glwthread_rwlock_tryrdlock (glwthread_rwlock_t *lock);
60 extern int glwthread_rwlock_trywrlock (glwthread_rwlock_t *lock);
61 extern int glwthread_rwlock_unlock (glwthread_rwlock_t *lock);
62 extern int glwthread_rwlock_destroy (glwthread_rwlock_t *lock);
  /src/external/gpl3/gdb.old/dist/gnulib/import/
windows-rwlock.h 48 glwthread_rwlock_t; typedef in typeref:struct:__anon21168
56 extern void glwthread_rwlock_init (glwthread_rwlock_t *lock);
57 extern int glwthread_rwlock_rdlock (glwthread_rwlock_t *lock);
58 extern int glwthread_rwlock_wrlock (glwthread_rwlock_t *lock);
59 extern int glwthread_rwlock_tryrdlock (glwthread_rwlock_t *lock);
60 extern int glwthread_rwlock_trywrlock (glwthread_rwlock_t *lock);
61 extern int glwthread_rwlock_unlock (glwthread_rwlock_t *lock);
62 extern int glwthread_rwlock_destroy (glwthread_rwlock_t *lock);

Completed in 23 milliseconds