OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pthread_cond_t_sz
(Results
1 - 3
of
3
) sorted by null
/external/compiler-rt/lib/sanitizer_common/
sanitizer_platform_limits_posix.h
40
extern unsigned
pthread_cond_t_sz
;
[
all
...]
sanitizer_platform_limits_posix.cc
215
unsigned
pthread_cond_t_sz
= sizeof(pthread_cond_t);
member in namespace:__sanitizer
[
all
...]
/external/compiler-rt/lib/tsan/rtl/
tsan_interceptors.cc
1060
void *newcond = WRAP(malloc)(
pthread_cond_t_sz
);
1061
internal_memset(newcond, 0,
pthread_cond_t_sz
);
[
all
...]
Completed in 36 milliseconds