Searched refs:pthread_create_WRK (Results 1 – 5 of 5) sorted by relevance
/external/valgrind/helgrind/tests/ |
D | tc22_exit_w_lock.stderr.exp-kfail-x86 | 6 by 0x........: pthread_create_WRK (hg_intercepts.c:...) 19 by 0x........: pthread_create_WRK (hg_intercepts.c:...)
|
D | tc20_verifywrap.stderr.exp-s390x | 16 by 0x........: pthread_create_WRK (hg_intercepts.c:...)
|
/external/valgrind/ |
D | glibc-2.34567-NPTL-helgrind.supp | 266 fun:pthread_create_WRK 278 fun:pthread_create_WRK
|
D | darwin9.supp | 276 helgrind-darwinlibc--pthread_create_WRK-pthread_create 278 fun:pthread_create_WRK
|
/external/valgrind/helgrind/ |
D | hg_intercepts.c | 402 static int pthread_create_WRK(pthread_t *thread, const pthread_attr_t *attr, in pthread_create_WRK() function 460 return pthread_create_WRK(thread, attr, start, arg); in PTH_FUNC() 466 return pthread_create_WRK(thread, attr, start, arg); in PTH_FUNC() 478 return pthread_create_WRK(thread, attr, start, arg); in PTH_FUNC()
|