OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pthread_create_WRK
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/helgrind/
hg_intercepts.c
234
static int
pthread_create_WRK
(pthread_t *thread, const pthread_attr_t *attr,
288
return
pthread_create_WRK
(thread, attr, start, arg);
294
return
pthread_create_WRK
(thread, attr, start, arg);
[
all
...]
/external/valgrind/tsan/
ts_valgrind_intercepts.c
683
static int
pthread_create_WRK
(pthread_t *thread, const pthread_attr_t *attr,
727
return
pthread_create_WRK
(thread, attr, start, arg);
732
return
pthread_create_WRK
(thread, attr, start, arg);
[
all
...]
Completed in 1212 milliseconds