Searched defs:thread_fn (Results 1 – 2 of 2) sorted by relevance
/aosp12/system/bt/osi/include/ | ||
H A D | thread.h | 29 typedef void (*thread_fn)(void* context); typedef |
/aosp12/bionic/tests/ | ||
H A D | pthread_test.cpp | 339 static void* thread_fn(void* arg) { in thread_fn() function |