Searched refs:thread_policy_set (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/base/threading/ |
D | platform_thread_mac.mm | 66 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/ |
D | SkThreadUtils_pthread_mach.cpp | 26 return 0 == thread_policy_set(tid, in setProcessorAffinity()
|
/external/chromium_org/third_party/skia/src/utils/ |
D | SkThreadUtils_pthread_mach.cpp | 26 return 0 == thread_policy_set(tid, in setProcessorAffinity()
|
/external/qemu/distrib/sdl-1.2.15/src/cdrom/macosx/ |
D | AudioFileReaderThread.c | 180 …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/ |
D | priv_syswrap-darwin.h | 552 DECL_TEMPLATE(darwin, thread_policy_set);
|
D | syswrap-darwin.c | 6676 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()
|