OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:USE_LOCKS
(Results
1 - 6
of
6
) sorted by null
/bionic/libc/bionic/
dlmalloc.h
26
#define
USE_LOCKS
1
/external/libffi/src/
closures.c
61
#define
USE_LOCKS
1
dlmalloc.c
107
Thread-safety: NOT thread-safe unless
USE_LOCKS
defined
108
When
USE_LOCKS
is defined, each public call to malloc, free,
226
USE_LOCKS
default: 0 (false)
502
#ifndef
USE_LOCKS
503
#define
USE_LOCKS
0
504
#endif /*
USE_LOCKS
*/
[
all
...]
/external/eigen/unsupported/test/mpreal/
dlmalloc.c
107
Thread-safety: NOT thread-safe unless
USE_LOCKS
defined
108
When
USE_LOCKS
is defined, each public call to malloc, free,
243
USE_LOCKS
default: 0 (false)
251
USE_SPIN_LOCKS default: 1 iff
USE_LOCKS
and on x86 using gcc or MSC
576
#ifndef
USE_LOCKS
577
#define
USE_LOCKS
0
578
#endif /*
USE_LOCKS
*/
580
#if
USE_LOCKS
&& SPIN_LOCKS_AVAILABLE
584
#endif /*
USE_LOCKS
&& SPIN_LOCKS_AVAILABLE. */
[
all
...]
/bionic/libc/upstream-dlmalloc/
malloc.c
112
Thread-safety: NOT thread-safe unless
USE_LOCKS
defined non-zero
113
When
USE_LOCKS
is defined, each public call to malloc, free,
262
USE_LOCKS
default: 0 (false)
270
USE_SPIN_LOCKS default: 1 iff
USE_LOCKS
and spin locks available
587
#ifndef
USE_LOCKS
/* ensure true if spin or recursive locks set */
588
#define
USE_LOCKS
((defined(USE_SPIN_LOCKS) && USE_SPIN_LOCKS != 0) || \
590
#endif /*
USE_LOCKS
*/
592
#if
USE_LOCKS
/* Spin locks for gcc >= 4.1, older gcc on x86, MSC >= 1310 */
605
#endif /*
USE_LOCKS
*/
[
all
...]
/external/qemu/distrib/sdl-1.2.15/src/stdlib/
SDL_malloc.c
143
Thread-safety: NOT thread-safe unless
USE_LOCKS
defined
144
When
USE_LOCKS
is defined, each public call to malloc, free,
262
USE_LOCKS
default: 0 (false)
539
#ifndef
USE_LOCKS
540
#define
USE_LOCKS
0
541
#endif /*
USE_LOCKS
*/
[
all
...]
Completed in 94 milliseconds