Searched refs:StopThreadFuncType (Results 1 – 2 of 2) sorted by relevance
123 StopThreadFuncType StopThread = (StopThreadFuncType)dlsym(libHandle, "StopThread"); in StopServiceThread()225 StopThreadFuncType StopThread = (StopThreadFuncType)dlsym(handle, "StopThread"); in ReleaseHandleAndKeySystemMap()
74 typedef void (*StopThreadFuncType)(); typedef