Home
last modified time | relevance | path

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

/external/google-breakpad/src/client/linux/minidump_writer/
Dlinux_dumper_unittest_helper.cc67 register volatile pid_t *thread_id_ptr asm(TID_PTR_REGISTER) = &thread_id; in thread_function()
69 asm volatile ("" : : "r" (thread_id_ptr)); in thread_function()
/external/google-breakpad/src/common/linux/tests/
Dcrash_generator.cc59 pid_t* thread_id_ptr; member
84 *(thread_data->thread_id_ptr) = thread_id; in thread_function()
303 thread_data[i].thread_id_ptr = GetThreadIdPointer(i); in CreateThreadsInChildProcess()