Home
last modified time | relevance | path

Searched refs:thread_policy_set (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/base/threading/
Dplatform_thread_mac.mm66 thread_policy_set(mach_thread_id,
72 MACH_DVLOG(1, result) << "thread_policy_set";
80 // Please note that the thread_policy_set() calls may fail in
89 thread_policy_set(mach_thread_id,
94 MACH_DVLOG(1, result) << "thread_policy_set";
101 result = thread_policy_set(mach_thread_id,
106 MACH_DVLOG(1, result) << "thread_policy_set";
146 thread_policy_set(mach_thread_id,
150 MACH_DVLOG_IF(1, result != KERN_SUCCESS, result) << "thread_policy_set";
/external/skia/src/utils/
DSkThreadUtils_pthread_mach.cpp26 return 0 == thread_policy_set(tid, in setProcessorAffinity()
/external/chromium_org/third_party/skia/src/utils/
DSkThreadUtils_pthread_mach.cpp26 return 0 == thread_policy_set(tid, in setProcessorAffinity()
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/
DAudioFileReaderThread.c180 …result = thread_policy_set (pthread_mach_thread_np(pThread), THREAD_EXTENDED_POLICY, (thread_polic… in FileReaderThread_StartFixedPriorityThread()
187 …result = thread_policy_set (pthread_mach_thread_np(pThread), THREAD_PRECEDENCE_POLICY, (thread_pol… in FileReaderThread_StartFixedPriorityThread()
/external/valgrind/main/coregrind/m_syswrap/
Dpriv_syswrap-darwin.h552 DECL_TEMPLATE(darwin, thread_policy_set);
Dsyswrap-darwin.c6676 PRE(thread_policy_set) in PRE() argument
6682 AFTER = POST_FN(thread_policy_set); in PRE()
6685 POST(thread_policy_set) in POST() argument
7089 CALL_PRE(thread_policy_set); in PRE()