Searched defs:thread_rwlock_stack (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprrwlock.c104 typedef struct thread_rwlock_stack { struct
109 } thread_rwlock_stack; typedef in typeref:struct:thread_rwlock_stack
415 thread_rwlock_stack *lock_stack;
422 lock_stack = (thread_rwlock_stack *)
423 PR_CALLOC(1 * sizeof(thread_rwlock_stack));
462 thread_rwlock_stack *lock_stack;
480 thread_rwlock_stack *lock_stack;

Completed in 44 milliseconds