OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:clientobj_remove
(Results
1 - 8
of
8
) sorted by null
/external/valgrind/main/drd/
drd_clientobj.h
165
Bool DRD_(
clientobj_remove
)(const Addr addr, const ObjType t);
drd_clientobj.c
158
Bool DRD_(
clientobj_remove
)(const Addr addr, const ObjType t)
function
drd_semaphore.c
115
* DRD_(
clientobj_remove
)().
243
DRD_(
clientobj_remove
)(semaphore, ClientSemaphore);
316
DRD_(
clientobj_remove
)(semaphore, ClientSemaphore);
drd_hb.c
100
* DRD_(
clientobj_remove
)().
251
DRD_(
clientobj_remove
)(p->a1, ClientHbvar);
drd_cond.c
75
* DRD_(
clientobj_remove
)().
200
DRD_(
clientobj_remove
)(p->a1, ClientCondvar);
drd_barrier.c
324
DRD_(
clientobj_remove
)(p->a1, ClientBarrier);
drd_mutex.c
224
DRD_(
clientobj_remove
)(mutex, ClientMutex);
drd_rwlock.c
363
DRD_(
clientobj_remove
)(rwlock, ClientRwlock);
Completed in 258 milliseconds