OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tsd_state_nominal
(Results
1 - 2
of
2
) sorted by null
/external/jemalloc/src/
tsd.c
79
case
tsd_state_nominal
:
/external/jemalloc/include/jemalloc/internal/
tsd.h
22
tsd_state_nominal
,
enumerator in enum:__anon20899
698
if (unlikely(tsd->state !=
tsd_state_nominal
)) {
700
tsd->state =
tsd_state_nominal
;
731
return (tsd->state ==
tsd_state_nominal
);
753
assert(tsd->state ==
tsd_state_nominal
); \
Completed in 43 milliseconds