HomeSort by relevance Sort by last modified time
    Searched refs:GetThreadIdPointer (Results 1 - 2 of 2) sorted by null

  /external/google-breakpad/src/common/linux/tests/
crash_generator.h 102 pid_t* GetThreadIdPointer(unsigned index);
crash_generator.cc 127 pid_t* CrashGenerator::GetThreadIdPointer(unsigned index) {
214 if (tkill(*GetThreadIdPointer(crash_thread), crash_signal) == -1) {
276 *GetThreadIdPointer(0) = getpid();
303 thread_data[i].thread_id_ptr = GetThreadIdPointer(i);

Completed in 1292 milliseconds