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

1 2 34 5 6 7 8

  /external/qemu/
posix-aio-compat.c 64 static pthread_t thread_id; variable
379 thread_create(&thread_id, &attr, aio_thread, NULL);
  /ndk/sources/third_party/googletest/googletest/test/
gtest-port_test.cc 319 pthread_t thread_id; local
328 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
335 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
    [all...]
  /art/runtime/jdwp/
jdwp_handler.cc 95 ObjectId thread_id, ObjectId object_id,
102 VLOG(jdwp) << StringPrintf(" --> thread_id=%#llx object_id=%#llx", thread_id, object_id);
125 JdwpError err = Dbg::InvokeMethod(thread_id, object_id, class_id, method_id, arg_count, argValues.get(), argTypes.get(), options, &resultTag, &resultValue, &exceptObjId);
682 ObjectId thread_id = request.ReadThreadId(); local
685 return FinishInvoke(state, request, pReply, thread_id, 0, class_id, method_id, false);
698 ObjectId thread_id = request.ReadThreadId(); local
709 return FinishInvoke(state, request, pReply, thread_id, object_id, class_id, method_id, true);
793 * This can get called on different things, e.g. thread_id gets
867 ObjectId thread_id = request.ReadThreadId() local
932 ObjectId thread_id = request.ReadThreadId(); local
953 ObjectId thread_id = request.ReadThreadId(); local
972 ObjectId thread_id = request.ReadThreadId(); local
988 ObjectId thread_id = request.ReadThreadId(); local
1010 ObjectId thread_id = request.ReadThreadId(); local
1022 ObjectId thread_id = request.ReadThreadId(); local
1054 ObjectId thread_id = request.ReadThreadId(); local
1068 ObjectId thread_id = request.ReadThreadId(); local
1102 ObjectId thread_id = request.ReadThreadId(); local
1114 ObjectId thread_id = request.ReadThreadId(); local
1126 ObjectId thread_id = request.ReadThreadId(); local
1279 ObjectId thread_id = request.ReadThreadId(); local
1335 ObjectId thread_id = request.ReadThreadId(); local
1395 ObjectId thread_id = request.ReadThreadId(); local
1419 ObjectId thread_id = request.ReadThreadId(); local
1438 ObjectId thread_id = request.ReadThreadId(); local
    [all...]
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 146 gki_cb.os.thread_id[p_pthread_info->task_id] = pthread_self();
282 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
283 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
288 ret = pthread_create( &gki_cb.os.thread_id[task_id],
299 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0)
318 pthread_setschedparam(gki_cb.os.thread_id[task_id], policy, &param);
324 (int)gki_cb.os.thread_id[task_id],
375 result = pthread_join( gki_cb.os.thread_id[task_id], NULL );
447 pthread_detach(gki_cb.os.thread_id[task_id]);
496 result = pthread_join( gki_cb.os.thread_id[task_id-1], NULL )
1123 pthread_t thread_id = pthread_self( ); local
    [all...]
  /external/bluetooth/bluedroid/test/bluedroidtest/
bluedroidtest.c 381 pthread_t thread_id; local
387 if (pthread_create(&thread_id, NULL,
  /external/ceres-solver/internal/ceres/
covariance_impl.cc 543 int thread_id = omp_get_thread_num(); local
545 int thread_id = 0; local
548 PerThreadContext* context = contexts[thread_id];
723 int thread_id = omp_get_thread_num(); local
725 int thread_id = 0; local
728 double* solution = workspace.get() + thread_id * num_cols;
  /external/chromium_org/third_party/openssl/openssl/crypto/threads/
mttest.c 766 DWORD thread_id[MAX_THREAD_NUMBER]; local
782 &(thread_id[i]));
1278 thread_id thread_ctx[MAX_THREAD_NUMBER];
  /external/chromium_org/v8/src/
sampler.cc 242 ThreadId thread_id = sampler->platform_data()->profiled_thread_id(); local
244 FindPerThreadDataForThread(thread_id);
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 107 pthread_t thread_id = pthread_self(); local
109 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
110 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
113 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
118 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
257 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
258 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
265 ret = pthread_create( &gki_cb.os.thread_id[task_id],
276 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0
888 pthread_t thread_id = pthread_self( ); local
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 104 pthread_t thread_id = pthread_self(); local
106 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
107 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
110 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
115 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
254 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
255 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
262 ret = pthread_create( &gki_cb.os.thread_id[task_id],
273 if(pthread_getschedparam(gki_cb.os.thread_id[task_id], &policy, &param)==0
866 pthread_t thread_id = pthread_self( ); local
    [all...]
  /external/opencv/cv/src/
cvstereobm.cpp 658 int thread_id = cvGetThreadNum(); local
668 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
674 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
  /external/openssl/crypto/threads/
mttest.c 766 DWORD thread_id[MAX_THREAD_NUMBER]; local
782 &(thread_id[i]));
1278 thread_id thread_ctx[MAX_THREAD_NUMBER];
  /external/valgrind/main/coregrind/m_gdbserver/
server.c 809 unsigned long gdb_id, thread_id; local
812 thread_id = gdb_id_to_thread_id (gdb_id);
813 if (thread_id == 0) {
819 general_thread = thread_id;
822 cont_thread = thread_id;
824 step_thread = thread_id;
980 unsigned long gdb_id, thread_id; local
983 thread_id = gdb_id_to_thread_id (gdb_id);
984 if (thread_id == 0) {
989 if (valgrind_thread_alive (thread_id))
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/i686-linux/bits/
gthr-default.h 394 objc_thread_t thread_id; local
401 thread_id = (objc_thread_t) new_thread_handle;
403 thread_id = NULL;
405 return thread_id;
418 pthread_t thread_id = __gthrw_(pthread_self) (); local
423 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
442 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 394 objc_thread_t thread_id; local
401 thread_id = (objc_thread_t) new_thread_handle;
403 thread_id = NULL;
405 return thread_id;
418 pthread_t thread_id = __gthrw_(pthread_self) (); local
423 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
442 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/i686-linux/bits/
gthr-default.h 367 objc_thread_t thread_id; local
375 thread_id = (objc_thread_t) new_thread_handle;
377 thread_id = NULL;
379 return thread_id;
392 pthread_t thread_id = __gthrw_(pthread_self) (); local
397 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
416 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 367 objc_thread_t thread_id; local
375 thread_id = (objc_thread_t) new_thread_handle;
377 thread_id = NULL;
379 return thread_id;
392 pthread_t thread_id = __gthrw_(pthread_self) (); local
397 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
416 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/x86_64-linux/bits/
gthr-default.h 367 objc_thread_t thread_id; local
375 thread_id = (objc_thread_t) new_thread_handle;
377 thread_id = NULL;
379 return thread_id;
392 pthread_t thread_id = __gthrw_(pthread_self) (); local
397 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
416 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 367 objc_thread_t thread_id; local
375 thread_id = (objc_thread_t) new_thread_handle;
377 thread_id = NULL;
379 return thread_id;
392 pthread_t thread_id = __gthrw_(pthread_self) (); local
397 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
416 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 407 objc_thread_t thread_id; local
414 thread_id = (objc_thread_t) new_thread_handle;
416 thread_id = NULL;
418 return thread_id;
431 pthread_t thread_id = __gthrw_(pthread_self) (); local
436 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
455 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 407 objc_thread_t thread_id; local
414 thread_id = (objc_thread_t) new_thread_handle;
416 thread_id = NULL;
418 return thread_id;
431 pthread_t thread_id = __gthrw_(pthread_self) (); local
436 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
455 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/libs/armeabi-v7a/include/bits/
gthr-default.h 407 objc_thread_t thread_id; local
414 thread_id = (objc_thread_t) new_thread_handle;
416 thread_id = NULL;
418 return thread_id;
431 pthread_t thread_id = __gthrw_(pthread_self) (); local
436 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
455 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 407 objc_thread_t thread_id; local
414 thread_id = (objc_thread_t) new_thread_handle;
416 thread_id = NULL;
418 return thread_id;
431 pthread_t thread_id = __gthrw_(pthread_self) (); local
436 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
455 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/libs/armeabi/include/bits/
gthr-default.h 407 objc_thread_t thread_id; local
414 thread_id = (objc_thread_t) new_thread_handle;
416 thread_id = NULL;
418 return thread_id;
431 pthread_t thread_id = __gthrw_(pthread_self) (); local
436 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
455 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)
gthr-posix.h 407 objc_thread_t thread_id; local
414 thread_id = (objc_thread_t) new_thread_handle;
416 thread_id = NULL;
418 return thread_id;
431 pthread_t thread_id = __gthrw_(pthread_self) (); local
436 if (__gthrw_(pthread_getschedparam) (thread_id, &policy, &params) == 0)
455 if (__gthrw_(pthread_setschedparam) (thread_id, policy, &params) == 0)

Completed in 1824 milliseconds

1 2 34 5 6 7 8