Home
last modified time | relevance | path

Searched refs:pthread_create_cb (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/dfsan/
Ddfsan_custom.cc360 static void *pthread_create_cb(void *p) { in pthread_create_cb() function
380 int rv = pthread_create(thread, attr, pthread_create_cb, (void *)pci); in __dfsw_pthread_create()