/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 395 /* Set the current thread's priority. */ 397 __gthread_objc_thread_set_priority (int priority) 418 if (priority > priority_max) 419 priority = priority_max; 420 else if (priority < priority_min) 421 priority = priority_min; 422 params.sched_priority = priority; 438 /* Return the current thread's priority. */
|
gthr-posix.h | 395 /* Set the current thread's priority. */ 397 __gthread_objc_thread_set_priority (int priority) 418 if (priority > priority_max) 419 priority = priority_max; 420 else if (priority < priority_min) 421 priority = priority_min; 422 params.sched_priority = priority; 438 /* Return the current thread's priority. */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/mips/include/bits/ |
gthr-default.h | 395 /* Set the current thread's priority. */ 397 __gthread_objc_thread_set_priority (int priority) 418 if (priority > priority_max) 419 priority = priority_max; 420 else if (priority < priority_min) 421 priority = priority_min; 422 params.sched_priority = priority; 438 /* Return the current thread's priority. */
|
gthr-posix.h | 395 /* Set the current thread's priority. */ 397 __gthread_objc_thread_set_priority (int priority) 418 if (priority > priority_max) 419 priority = priority_max; 420 else if (priority < priority_min) 421 priority = priority_min; 422 params.sched_priority = priority; 438 /* Return the current thread's priority. */
|
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/libs/x86/include/bits/ |
gthr-default.h | 395 /* Set the current thread's priority. */ 397 __gthread_objc_thread_set_priority (int priority) 418 if (priority > priority_max) 419 priority = priority_max; 420 else if (priority < priority_min) 421 priority = priority_min; 422 params.sched_priority = priority; 438 /* Return the current thread's priority. */
|
gthr-posix.h | 395 /* Set the current thread's priority. */ 397 __gthread_objc_thread_set_priority (int priority) 418 if (priority > priority_max) 419 priority = priority_max; 420 else if (priority < priority_min) 421 priority = priority_min; 422 params.sched_priority = priority; 438 /* Return the current thread's priority. */
|
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/ |
_threads.c | 82 // 2) SwitchToThread yields to lower-priority threads 91 * According to MSDN, Sleep(0) will never yield to a lower-priority thread,
|
/external/chromium/chrome/browser/history/ |
history.h | 584 PRIORITY_UI, // The highest priority (must respond to UI events). 586 PRIORITY_LOW, // Low priority things like indexing or expiration. 687 // specified priority. The task will have ownership taken. 688 void ScheduleTask(SchedulePriority priority, Task* task); 697 Handle Schedule(SchedulePriority priority, 705 ScheduleTask(priority, 712 Handle Schedule(SchedulePriority priority, 721 ScheduleTask(priority, [all...] |
/external/chromium/net/spdy/ |
spdy_session.cc | 381 RequestPriority priority, 387 return CreateStreamImpl(url, priority, spdy_stream, stream_net_log); 392 create_stream_queues_[priority].push( 393 PendingCreateStream(url, priority, spdy_stream, 408 pending_create.priority, 454 RequestPriority priority, 477 stream->set_priority(priority); 484 static_cast<int>(priority), 0, 10, 11); 487 DCHECK(priority >= net::HIGHEST && priority < net::NUM_PRIORITIES) 605 int priority = 3; local [all...] |
/external/chromium/net/base/ |
host_resolver.h | 73 RequestPriority priority() const { return priority_; } function in class:net::HostResolver::RequestInfo 74 void set_priority(RequestPriority priority) { priority_ = priority; } 98 // The priority for the request.
|
/external/chromium/net/socket/ |
client_socket_handle.h | 46 // method returns either OK or ERR_IO_PENDING. On ERR_IO_PENDING, |priority| 75 RequestPriority priority, 188 RequestPriority priority, 205 group_name, &socket_params, priority, this, &callback_, net_log);
|
client_socket_pool.h | 41 // connecting. |priority| will determine the placement into the wait list. 65 RequestPriority priority, 76 // ClientSocketPool will assign a priority to the new connections, if any. 77 // This priority will probably be lower than all others, since this method
|
/external/chromium/net/tools/flip_server/ |
sm_interface.h | 49 virtual void NewStream(uint32 stream_id, uint32 priority,
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/etc/ |
log.xsl | 171 <xsl:apply-templates select=".//message[@priority != 'debug']"/> 187 <!-- report every message but those with debug priority --> 188 <xsl:template match="message[@priority!='debug']"> 197 <td class="{@priority}" nowrap="yes">
|
/external/eigen/doc/ |
TopicMultithreading.dox | 11 You can control the number of thread that will be used using either the OpenMP API or Eiegn's API using the following priority:
|
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/digest/ |
MAC.java | 20 /* Higher Priority First */
|
/external/iptables/extensions/ |
libxt_connbytes.man | 8 scheduled using a lower priority band in traffic control.
|
/external/kernel-headers/original/linux/ |
binder.h | 156 int priority; member in struct:binder_pri_desc 161 int priority; member in struct:binder_pri_ptr_cookie 216 * int: priority 294 * int: priority
|
ipmi_smi.h | 96 are held when this is run. If the priority is > 0, the 97 message will go into a high-priority queue and be sent 98 first. Otherwise, it goes into a normal-priority queue. */ 101 int priority);
|
/external/okhttp/src/test/java/com/squareup/okhttp/internal/spdy/ |
MockSpdyPeer.java | 168 public int priority; field in class:MockSpdyPeer.InFrame 189 public void synStream(int flags, int streamId, int associatedStreamId, int priority, int slot, 196 this.priority = priority;
|
/external/skia/legacy/src/ports/ |
FontHostConfiguration_android.h | 40 * about each file. Order is the priority order for the font. This is
|
/frameworks/native/include/utils/ |
Log.h | 43 LogIfSlow(const char* tag, android_LogPriority priority,
|
/frameworks/support/v4/java/android/support/v4/util/ |
LogWriter.java | 34 * Create a new Writer that sends to the log with the given priority
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/ |
802.1d.h | 24 /* 802.1D priority defines */
|
/packages/inputmethods/LatinIME/native/jni/src/suggest/core/dicnode/ |
dic_nodes_cache.cpp | 38 // Get the starting words of the top scoring dicNode (last dicNode popped from priority queue)
|