HomeSort by relevance Sort by last modified time
    Searched refs:pthread_t (Results 276 - 300 of 371) sorted by null

<<1112131415

  /frameworks/base/libs/rs/
rsContext.h 233 pthread_t mThreadId;
  /hardware/libhardware/include/hardware/
gps.h 365 typedef pthread_t (* gps_create_thread)(const char* name, void (*start)(void *), void* arg);
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_enc/inc/
OMX_G722Enc_Utils.h 466 pthread_t ComponentThread;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g729_dec/inc/
OMX_G729Decoder.h 402 pthread_t ComponentThread;
  /hardware/ti/omap3/omx/audio/src/openmax_il/wbamr_dec/inc/
OMX_WbAmrDecoder.h 512 pthread_t WBAMR_DEC_ComponentThread;
  /system/bluetooth/tools/
sock_shutdown_test.c 227 pthread_t thread;
  /system/extras/tests/bionic/libc/common/
test_pthread_rwlock.c 299 pthread_t th1, th2;
  /system/media/wilhelm/src/
classes.h 187 pthread_t mSyncThread;
  /external/valgrind/tsan/
ts_valgrind_intercepts.c 645 pthread_t me = pthread_self();
650 /* Tell the tool what my pthread_t is. */
651 DO_CREQ_v_W(TSREQ_SET_MY_PTHREAD_T, pthread_t,me);
677 been notified of the child's pthread_t. */
683 static int pthread_create_WRK(pthread_t *thread, const pthread_attr_t *attr,
704 pthread_t before continuing */
725 pthread_t *thread, const pthread_attr_t *attr,
730 pthread_t *thread, const pthread_attr_t *attr,
736 static int pthread_join_WRK(pthread_t thread, void** value_pointer)
751 DO_CREQ_v_W(TSREQ_PTHREAD_JOIN_POST, pthread_t,thread)
    [all...]
  /device/moto/stingray/whisper/
Whisper_AccyMain.c 272 pthread_t id;
286 pthread_t threadId;
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/dbus/bus/
selinux.c 73 static pthread_t avc_notify_thread;
234 pthread_cancel (*(pthread_t *) thread);
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc.c 62 pthread_t nReadThread; /* Read thread Hanlde */
79 pthread_t nWriteThread; /* Write thread Hanlde */
    [all...]
  /external/qemu/
posix-aio-compat.c 64 static pthread_t thread_id;
114 static void thread_create(pthread_t *thread, pthread_attr_t *attr,
  /frameworks/base/libs/rs/driver/
rsdCore.cpp 226 dc->mWorkers.mThreadId = (pthread_t *) calloc(dc->mWorkers.mCount, sizeof(pthread_t));
  /frameworks/base/services/jni/
com_android_server_location_GpsLocationProvider.cpp 133 static pthread_t create_thread_callback(const char* name, void (*start)(void *), void* arg)
135 return (pthread_t)AndroidRuntime::createJavaThread(name, start, arg);
  /hardware/msm7k/librpc/
clnt.c 51 pthread_t cb_thread;
68 static pthread_t rx_thread;
  /hardware/ril/reference-ril/
atchannel.c 54 static pthread_t s_tid_reader;
590 pthread_t tid;
  /external/valgrind/main/drd/tests/
matinv.c 33 pthread_t tid;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g711_dec/inc/
OMX_G711Dec_Utils.h 559 pthread_t ComponentThread;
OMX_G711Decoder.h 485 pthread_t ComponentThread;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g722_dec/inc/
OMX_G722Dec_Utils.h 412 pthread_t ComponentThread;
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_dec/inc/
OMX_G726Dec_Utils.h 435 pthread_t ComponentThread;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/g726_enc/inc/
OMX_G726Enc_Utils.h 527 pthread_t ComponentThread;
    [all...]
  /hardware/ti/omap3/omx/audio/src/openmax_il/nbamr_dec/inc/
OMX_AmrDecoder.h 596 pthread_t ComponentThread;

Completed in 1168 milliseconds

<<1112131415