HomeSort by relevance Sort by last modified time
    Searched defs:thread_id (Results 1 - 11 of 11) sorted by null

  /external/bluetooth/glib/tests/
slice-concurrent.c 30 int thread_id; member in struct:ThreadData
45 // g_print ("Thread %d starting\n", td->thread_id);
49 g_print ("%c", 'a' - 1 + td->thread_id);
98 tdata[t].thread_id = t + 1;
117 tdata[t].thread_id, tdata[t].n_freed, tdata[t].n_to_free);
threadpool-test.c 217 guint thread_id; local
222 thread_id = GPOINTER_TO_UINT (data);
227 thread_id, last_thread_id));
232 if (last_thread_id > thread_id) {
234 g_assert (last_thread_id <= thread_id);
247 last_thread_id = thread_id;
313 guint thread_id; local
315 thread_id = GPOINTER_TO_UINT (data);
317 DEBUG_MSG (("[idle] ---> entered thread:%2.2d", thread_id));
321 DEBUG_MSG (("[idle] <--- exiting thread:%2.2d", thread_id));
    [all...]
  /external/openssl/crypto/bn/
bn_blind.c 124 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st
268 return b->thread_id;
273 b->thread_id = n;
  /external/v8/src/
v8threads.cc 364 int thread_id = ++last_id_; local
365 ASSERT(thread_id > 0); // see the comment near last_id_ definition.
366 Thread::SetThreadLocalInt(thread_id_key, thread_id);
367 Top::set_thread_id(thread_id);
377 void ThreadManager::TerminateExecution(int thread_id) {
381 if (thread_id == state->id()) {
top.h 160 static int thread_id() { return thread_local_.thread_id_; } function in class:v8::internal::Top
  /external/wpa_supplicant/
l2_packet_winpcap.c 211 DWORD thread_id; local
251 &thread_id);
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet_winpcap.c 211 DWORD thread_id; local
251 &thread_id);
  /external/openssl/crypto/threads/
mttest.c 764 DWORD thread_id[MAX_THREAD_NUMBER]; local
780 &(thread_id[i]));
  /packages/providers/TelephonyProvider/src/com/android/providers/telephony/
MmsSmsDatabaseHelper.java 53 " AND " + Sms.THREAD_ID + " = threads._id)" +
57 " WHERE threads._id = new." + Sms.THREAD_ID + "; ";
62 " ON threads._id = " + Sms.THREAD_ID +
63 " WHERE " + Sms.THREAD_ID + " = new.thread_id" +
66 " ON threads._id = " + Mms.THREAD_ID +
67 " WHERE " + Mms.THREAD_ID + " = new.thread_id" +
70 " WHERE threads._id = new.thread_id; ";
75 " ON threads._id = " + Sms.THREAD_ID
344 int thread_id = -1; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 77 public static final String EXTRA_SMS_THREAD_ID = "android.mms.extra.THREAD_ID";
1275 long thread_id = conv.getThreadId(); local
    [all...]
  /external/netperf/
netlib.c 919 DWORD thread_id ;
947 &thread_id ) ;
911 DWORD thread_id ; local
    [all...]

Completed in 402 milliseconds