OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NO_COOKIE
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/daemon/
opd_cookie.h
17
#define
NO_COOKIE
0LLU
opd_ibs_trans.c
566
static cookie_t old_cookie =
NO_COOKIE
;
567
static cookie_t old_app_cookie =
NO_COOKIE
;
580
|| old_app_cookie ==
NO_COOKIE
588
old_cookie =
NO_COOKIE
;
591
|| old_cookie ==
NO_COOKIE
606
static cookie_t old_cookie =
NO_COOKIE
;
607
static cookie_t old_app_cookie =
NO_COOKIE
;
617
|| old_app_cookie ==
NO_COOKIE
625
old_cookie =
NO_COOKIE
;
628
|| old_cookie ==
NO_COOKIE
[
all
...]
opd_cookie.c
139
if (cookie == INVALID_COOKIE || cookie ==
NO_COOKIE
)
162
if (cookie == INVALID_COOKIE || cookie ==
NO_COOKIE
)
187
if (cookie ==
NO_COOKIE
)
opd_sfile.c
64
if (trans->cookie !=
NO_COOKIE
) {
197
if (separate_thread || trans->cookie ==
NO_COOKIE
)
250
} else if (trans->cookie ==
NO_COOKIE
&& !trans->anon) {
opd_trans.c
105
if (!trans->in_kernel && trans->cookie ==
NO_COOKIE
)
opd_ibs.c
145
if (!trans->in_kernel && trans->cookie ==
NO_COOKIE
)
Completed in 170 milliseconds