OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sg_get_refcnt
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/drd/
drd_segment.h
66
static int DRD_(
sg_get_refcnt
)(const Segment* const sg);
81
static __inline__ int DRD_(
sg_get_refcnt
)(const Segment* const sg)
function
drd_thread.c
942
* if (sg == DRD_(g_threadinfo)[i].last || DRD_(
sg_get_refcnt
)(sg) > 1)
971
if (!sg->thr_next || DRD_(
sg_get_refcnt
)(sg) > 1) {
979
if (!sg->thr_next || DRD_(
sg_get_refcnt
)(sg) > 1) {
1024
if (DRD_(
sg_get_refcnt
)(sg) == 1 && sg->thr_next) {
1026
if (DRD_(
sg_get_refcnt
)(sg_next) ==
[
all
...]
Completed in 40 milliseconds