HomeSort by relevance Sort by last modified time
    Searched full:current_thread_id (Results 1 - 3 of 3) sorted by null

  /external/libchrome/base/threading/
thread_collision_warner.cc 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId(); local
22 static_cast<subtle::Atomic32>(current_thread_id);
31 subtle::Atomic32 current_thread_id = CurrentThread(); local
35 current_thread_id);
36 if (previous_value != 0 && previous_value != current_thread_id) {
46 subtle::Atomic32 current_thread_id = CurrentThread(); local
50 current_thread_id) != 0) {
  /external/libvncserver/libvncclient/
tls_openssl.c 36 #define CURRENT_THREAD_ID GetCurrentThreadId()
48 #define CURRENT_THREAD_ID pthread_self()
80 return ((unsigned long) CURRENT_THREAD_ID);
  /external/libchrome/base/trace_event/
trace_log.cc     [all...]

Completed in 1524 milliseconds