Searched refs:_os_id (Results 1 - 2 of 2) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.h57 void SetStarted(uptr _os_id, void *arg);
H A Dsanitizer_thread_registry.cc62 void ThreadContextBase::SetStarted(uptr _os_id, void *arg) { argument
64 os_id = _os_id;

Completed in 60 milliseconds