Home
last modified time | relevance | path

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

/frameworks/base/cmds/incidentd/src/
DSection.cpp264 static void* worker_thread_func(void* cookie) { in worker_thread_func() function
315 err = pthread_create(&thread, &attr, worker_thread_func, (void*)data.get()); in Execute()