HomeSort by relevance Sort by last modified time
    Searched refs:thread_id (Results 76 - 100 of 201) sorted by null

1 2 34 5 6 7 8 9

  /hardware/bsp/intel/peripheral/libmraa/include/
mraa_internal_types.h 53 pthread_t thread_id; /**< the isr handler thread id */ member in struct:_gpio
144 pthread_t thread_id; /**< the isr handler thread id */ member in struct:_iio
  /art/runtime/
debugger.h 59 : request_id(invoke_request_id), thread_id(invoke_thread_id), receiver(invoke_receiver),
70 const JDWP::ObjectId thread_id; member in struct:art::DebugInvokeReq
335 static JDWP::JdwpError GetOwnedMonitors(JDWP::ObjectId thread_id,
339 static JDWP::JdwpError GetContendedMonitor(JDWP::ObjectId thread_id,
420 static JDWP::JdwpError GetThreadName(JDWP::ObjectId thread_id, std::string* name)
422 static JDWP::JdwpError GetThreadGroup(JDWP::ObjectId thread_id, JDWP::ExpandBuf* pReply)
437 static JDWP::JdwpError GetThreadStatus(JDWP::ObjectId thread_id,
441 static JDWP::JdwpError GetThreadDebugSuspendCount(JDWP::ObjectId thread_id,
444 // static void WaitForSuspend(JDWP::ObjectId thread_id);
451 static JDWP::JdwpError GetThreadFrameCount(JDWP::ObjectId thread_id, size_t* result
    [all...]
  /external/ceres-solver/internal/ceres/
program_evaluator.h 182 int thread_id = omp_get_thread_num(); local
184 int thread_id = 0; local
186 EvaluatePreparer* preparer = &evaluate_preparers_[thread_id];
187 EvaluateScratch* scratch = &evaluate_scratch_[thread_id];
  /external/chromium-trace/catapult/devil/devil/android/
logcat_monitor.py 27 r'(?P<date>\S*) +(?P<time>\S*) +(?P<proc_id>%s) +(?P<thread_id>%s) +'
111 def FindAll(self, message_regex, proc_id=None, thread_id=None, log_level=None,
119 thread_id: The thread ID to match. If None, matches any thread ID.
129 the following named groups: 'date', 'time', 'proc_id', 'thread_id',
138 if thread_id is None:
139 thread_id = r'\d+'
147 proc_id, thread_id, log_level, component, message_regex))
  /external/mesa3d/src/glx/apple/
apple_glx_context.h 56 pthread_t thread_id; member in struct:apple_glx_context
  /external/protobuf/src/google/protobuf/stubs/
common.cc 251 DWORD thread_id; member in struct:google::protobuf::Mutex::Internal
268 mInternal->thread_id = GetCurrentThreadId();
274 mInternal->thread_id = 0;
281 GOOGLE_DCHECK_EQ(mInternal->thread_id, GetCurrentThreadId());
  /external/v8/src/
v8threads.h 87 void TerminateExecution(ThreadId thread_id);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr-default.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
gthr-default.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/32/bits/
gthr-default.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/x86_64-linux/bits/
gthr-default.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
gthr-posix.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/bits/
gthr-posix.h 366 objc_thread_t thread_id; local
374 thread_id = (objc_thread_t) new_thread_handle;
376 thread_id = NULL;
378 return thread_id;
391 pthread_t thread_id = __gthrw_(pthread_self) (); local
396 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
415 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/arm64-v8a/include/bits/
gthr-default.h 379 objc_thread_t thread_id; local
387 thread_id = (objc_thread_t) new_thread_handle;
389 thread_id = NULL;
391 return thread_id;
404 pthread_t thread_id = __gthrw_(pthread_self) (); local
409 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
428 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 379 objc_thread_t thread_id; local
387 thread_id = (objc_thread_t) new_thread_handle;
389 thread_id = NULL;
391 return thread_id;
404 pthread_t thread_id = __gthrw_(pthread_self) (); local
409 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
428 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi/include/bits/
gthr-default.h 379 objc_thread_t thread_id; local
387 thread_id = (objc_thread_t) new_thread_handle;
389 thread_id = NULL;
391 return thread_id;
404 pthread_t thread_id = __gthrw_(pthread_self) (); local
409 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
428 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 379 objc_thread_t thread_id; local
387 thread_id = (objc_thread_t) new_thread_handle;
389 thread_id = NULL;
391 return thread_id;
404 pthread_t thread_id = __gthrw_(pthread_self) (); local
409 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
428 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/include/bits/
gthr-default.h 379 objc_thread_t thread_id; local
387 thread_id = (objc_thread_t) new_thread_handle;
389 thread_id = NULL;
391 return thread_id;
404 pthread_t thread_id = __gthrw_(pthread_self) (); local
409 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
428 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 379 objc_thread_t thread_id; local
387 thread_id = (objc_thread_t) new_thread_handle;
389 thread_id = NULL;
391 return thread_id;
404 pthread_t thread_id = __gthrw_(pthread_self) (); local
409 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
428 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/libs/mips/include/bits/
gthr-default.h 379 objc_thread_t thread_id; local
387 thread_id = (objc_thread_t) new_thread_handle;
389 thread_id = NULL;
391 return thread_id;
404 pthread_t thread_id = __gthrw_(pthread_self) (); local
409 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
428 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 379 objc_thread_t thread_id; local
387 thread_id = (objc_thread_t) new_thread_handle;
389 thread_id = NULL;
391 return thread_id;
404 pthread_t thread_id = __gthrw_(pthread_self) (); local
409 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
428 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)

Completed in 1075 milliseconds

1 2 34 5 6 7 8 9