OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isthreaded
(Results
1 - 4
of
4
) sorted by null
/external/jemalloc/include/jemalloc/internal/
mutex.h
49
extern bool
isthreaded
;
51
# undef
isthreaded
/* Undo private_namespace.h definition. */
macro
52
# define
isthreaded
true
macro
75
if (
isthreaded
) {
94
if (
isthreaded
) {
private_namespace.h
299
#define
isthreaded
JEMALLOC_N(
isthreaded
)
macro
private_unnamespace.h
299
#undef
isthreaded
macro
/external/jemalloc/src/
mutex.c
16
bool
isthreaded
= false;
variable
29
* We intercept pthread_create() calls in order to toggle
isthreaded
if the
48
isthreaded
= true;
Completed in 46 milliseconds