HomeSort by relevance Sort by last modified time
    Searched full:thread_id_ptr (Results 1 - 3 of 3) 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:__anon20790::ThreadData
84 *(thread_data->thread_id_ptr) = thread_id;
303 thread_data[i].thread_id_ptr = GetThreadIdPointer(i);
  /external/mdnsresponder/mDNSShared/
CommonServices.h 536 #define _beginthreadex_compat( SECURITY_PTR, STACK_SIZE, START_ADDRESS, ARG_LIST, FLAGS, THREAD_ID_PTR ) \
538 (LPDWORD) THREAD_ID_PTR )
    [all...]

Completed in 125 milliseconds