HomeSort by relevance Sort by last modified time
    Searched refs:pthread_self (Results 176 - 200 of 278) sorted by null

1 2 3 4 5 6 78 91011>>

  /system/libhwbinder/vts/performance/
Latency.cpp 84 REQUIRE(!pthread_getschedparam(pthread_self(), &policy, &param));
97 REQUIRE(!pthread_getschedparam(pthread_self(), &policy, &param));
  /frameworks/native/libs/binder/
IPCThreadState.cpp 530 LOG_THREADPOOL("**** THREAD %p (PID %d) IS JOINING THE THREAD POOL\n", (void*)pthread_self(), getpid());
554 (void*)pthread_self(), getpid(), result);
604 alog << "BC_TRANSACTION thr " << (void*)pthread_self() << " / hand "
642 alog << "BR_REPLY thr " << (void*)pthread_self() << " / hand "
    [all...]
  /system/libhwbinder/
IPCThreadState.cpp 533 LOG_THREADPOOL("**** THREAD %p (PID %d) IS JOINING THE THREAD POOL\n", (void*)pthread_self(), getpid());
558 (void*)pthread_self(), getpid(), result);
614 alog << "BC_TRANSACTION thr " << (void*)pthread_self() << " / hand "
651 alog << "BR_REPLY thr " << (void*)pthread_self() << " / hand "
    [all...]
  /packages/services/BuiltInPrintService/jni/lib/
lib_wprint.c 494 if (!pthread_equal(_job_status_tid, pthread_self()) && (jq && jq->status_ifc)) {
499 _job_status_tid = pthread_self();
670 if ((result == ERROR) && (_job_status_tid != pthread_self())) {
676 _job_status_tid = pthread_self();
839 _job_status_tid = pthread_self();
    [all...]
  /bionic/tests/
pthread_test.cpp 310 ASSERT_EQ(EDEADLK, pthread_join(pthread_self(), NULL));
319 data.main_thread = pthread_self();
465 test_pthread_setname_np__pthread_getname_np(pthread_self());
521 ASSERT_EQ(0, pthread_kill(pthread_self(), 0));
525 ASSERT_EQ(EINVAL, pthread_kill(pthread_self(), -1));
533 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
539 ASSERT_EQ(0, pthread_kill(pthread_self(), SIGALRM));
692 pthread_getattr_np(pthread_self(), &attributes);
707 pthread_getattr_np(pthread_self(), &attributes);
    [all...]
  /system/nfc/src/gki/ulinux/
gki_ulinux.cc 87 pthread_t thread_id = pthread_self();
92 pthread_self(), p_pthread_info->pCond, p_pthread_info->pMutex);
810 pthread_t thread_id = pthread_self();
    [all...]
  /external/iputils/ninfod/
ninfod_core.c 446 DEBUG(LOG_DEBUG, "%s(): thread=%ld\n", __func__, pthread_self());
448 DEBUG(LOG_DEBUG, "%s(): thread=%ld => %d\n", __func__, pthread_self(), ret);
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 152 ac->thread_id = pthread_self();
442 ac->thread_id = pthread_self();
  /frameworks/base/libs/hwui/renderstate/
RenderState.cpp 35 mThreadId = pthread_self();
234 if (pthread_equal(mThreadId, pthread_self())) {
  /frameworks/native/libs/binder/tests/
schd-dbg.cpp 78 ASSERT(!pthread_getschedparam(pthread_self(), &policy, &param));
89 ASSERT(!pthread_getschedparam(pthread_self(), &policy, &param));
  /bionic/benchmarks/
pthread_benchmark.cpp 23 /* Must not be static! */ pthread_t (*pthread_self_fp)() = pthread_self;
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
thread_pthread.h 232 threadid = pthread_self();
  /external/adhd/cras/src/common/
cras_util.c 47 err = pthread_setschedparam(pthread_self(), SCHED_RR, &sched_param);
  /external/google-benchmark/src/
timers.cc 152 mach_port_t thread = pthread_mach_thread_np(pthread_self());
  /external/google-breakpad/src/client/linux/crash_generation/
crash_generation_server.cc 116 assert(pthread_self() != thread_);
  /external/libcxx/utils/google-benchmark/src/
timers.cc 152 mach_port_t thread = pthread_mach_thread_np(pthread_self());
  /external/ltp/testcases/misc/math/float/
main.c 332 tst_resm(TINFO, "signal handler %lu started", pthread_self());
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_detach/
4-3.c 143 ret = pthread_detach(pthread_self());
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_trylock/
stress.c 185 output("[child %p] I got the mutex\n", pthread_self());
  /external/mesa3d/include/c11/
threads_posix.h 307 return pthread_self();
  /external/python/cpython2/Python/
thread_pthread.h 233 threadid = pthread_self();
  /external/valgrind/helgrind/tests/
tc20_verifywrap.c 93 r= pthread_join( pthread_self(), NULL ); assert(r);
  /external/vulkan-validation-layers/loader/
vk_loader_platform.h 129 static inline loader_platform_thread_id loader_platform_get_thread_id() { return pthread_self(); }
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
timers.cc 152 mach_port_t thread = pthread_mach_thread_np(pthread_self());
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/loader/
vk_loader_platform.h 162 return pthread_self();

Completed in 1793 milliseconds

1 2 3 4 5 6 78 91011>>