OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:admin_locks
(Results
1 - 3
of
3
) sorted by null
/external/valgrind/helgrind/
libhb.h
179
(
admin_locks
). */
hg_main.c
132
static Lock*
admin_locks
= NULL;
variable
153
Lock* HG_(get_admin_locks) ( void ) { return
admin_locks
; }
197
// and insert the new lock in
admin_locks
double linked list.
202
if (
admin_locks
)
203
admin_locks
->admin_prev = lock;
204
lock->admin_next =
admin_locks
;
206
admin_locks
= lock;
222
any. Removes from
admin_locks
double linked list. */
231
if (lk ==
admin_locks
) {
235
admin_locks
= lk->admin_next
[
all
...]
hg_errors.c
117
freed), so we enquire, in hg_main.c's
admin_locks
list, whether it
129
So we check that each LockN is a member of the
admin_locks
double
146
in
admin_locks
; else we must assert. If it is True, it's OK for
[
all
...]
Completed in 217 milliseconds