Home
last modified time | relevance | path

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

/openbmc/openpower-hw-diags/
H A Dlistener.hpp8 void* threadListener(void* i_params);
H A Dmain.cpp93 pthread_create(&ptidListener, NULL, &threadListener, NULL)) in main()
H A Dlistener.cpp31 void* threadListener(void* i_params) in threadListener() function