OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thread_id_ptr
(Results
1 - 2
of
2
) sorted by null
/external/google-breakpad/src/client/linux/minidump_writer/
linux_dumper_unittest_helper.cc
67
register volatile pid_t *
thread_id_ptr
asm(TID_PTR_REGISTER) = &thread_id;
69
asm volatile ("" : : "r" (
thread_id_ptr
));
/external/google-breakpad/src/common/linux/tests/
crash_generator.cc
59
pid_t*
thread_id_ptr
;
member in struct:__anon19374::ThreadData
84
*(thread_data->
thread_id_ptr
) = thread_id;
303
thread_data[i].
thread_id_ptr
= GetThreadIdPointer(i);
Completed in 440 milliseconds