/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/mips/include/bits/ |
gthr-posix.h | 413 /* Set the current thread's priority. */ 415 __gthread_objc_thread_set_priority (int priority) 436 if (priority > priority_max) 437 priority = priority_max; 438 else if (priority < priority_min) 439 priority = priority_min; 440 params.sched_priority = priority; 456 /* Return the current thread's priority. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/libs/x86/include/bits/ |
gthr-default.h | 413 /* Set the current thread's priority. */ 415 __gthread_objc_thread_set_priority (int priority) 436 if (priority > priority_max) 437 priority = priority_max; 438 else if (priority < priority_min) 439 priority = priority_min; 440 params.sched_priority = priority; 456 /* Return the current thread's priority. */
|
gthr-posix.h | 413 /* Set the current thread's priority. */ 415 __gthread_objc_thread_set_priority (int priority) 436 if (priority > priority_max) 437 priority = priority_max; 438 else if (priority < priority_min) 439 priority = priority_min; 440 params.sched_priority = priority; 456 /* Return the current thread's priority. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi/include/bits/ |
gthr-default.h | 394 /* Set the current thread's priority. */ 396 __gthread_objc_thread_set_priority (int priority) 417 if (priority > priority_max) 418 priority = priority_max; 419 else if (priority < priority_min) 420 priority = priority_min; 421 params.sched_priority = priority; 437 /* Return the current thread's priority. */
|
gthr-posix.h | 394 /* Set the current thread's priority. */ 396 __gthread_objc_thread_set_priority (int priority) 417 if (priority > priority_max) 418 priority = priority_max; 419 else if (priority < priority_min) 420 priority = priority_min; 421 params.sched_priority = priority; 437 /* Return the current thread's priority. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include/bits/ |
gthr-default.h | 394 /* Set the current thread's priority. */ 396 __gthread_objc_thread_set_priority (int priority) 417 if (priority > priority_max) 418 priority = priority_max; 419 else if (priority < priority_min) 420 priority = priority_min; 421 params.sched_priority = priority; 437 /* Return the current thread's priority. */
|
gthr-posix.h | 394 /* Set the current thread's priority. */ 396 __gthread_objc_thread_set_priority (int priority) 417 if (priority > priority_max) 418 priority = priority_max; 419 else if (priority < priority_min) 420 priority = priority_min; 421 params.sched_priority = priority; 437 /* Return the current thread's priority. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/mips/include/bits/ |
gthr-default.h | 394 /* Set the current thread's priority. */ 396 __gthread_objc_thread_set_priority (int priority) 417 if (priority > priority_max) 418 priority = priority_max; 419 else if (priority < priority_min) 420 priority = priority_min; 421 params.sched_priority = priority; 437 /* Return the current thread's priority. */
|
gthr-posix.h | 394 /* Set the current thread's priority. */ 396 __gthread_objc_thread_set_priority (int priority) 417 if (priority > priority_max) 418 priority = priority_max; 419 else if (priority < priority_min) 420 priority = priority_min; 421 params.sched_priority = priority; 437 /* Return the current thread's priority. */
|
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/libs/x86/include/bits/ |
gthr-default.h | 394 /* Set the current thread's priority. */ 396 __gthread_objc_thread_set_priority (int priority) 417 if (priority > priority_max) 418 priority = priority_max; 419 else if (priority < priority_min) 420 priority = priority_min; 421 params.sched_priority = priority; 437 /* Return the current thread's priority. */
|
gthr-posix.h | 394 /* Set the current thread's priority. */ 396 __gthread_objc_thread_set_priority (int priority) 417 if (priority > priority_max) 418 priority = priority_max; 419 else if (priority < priority_min) 420 priority = priority_min; 421 params.sched_priority = priority; 437 /* Return the current thread's priority. */
|
/system/core/liblog/ |
fake_log_device.c | 71 /* global minimum priority */ 171 * and a letter indicating the minimum priority level we're expected to log. 188 /* global min priority defaults to "info" level */ 218 /* default priority, if there's no ":" part; also zero out '*' */ 299 * Return a human-readable string for the priority level. Always returns 302 static const char* getPriorityString(int priority) 310 idx = (int) priority - (int) ANDROID_LOG_VERBOSE; 538 * priority (1 byte)
|
logprint.c | 160 * returns 1 if this log line should be printed based on its priority 257 // The default level for this is DEBUG if the priority 266 // filter, the default is verbose if the priority is unspecified 359 * format: <priority:1><tag:N>\0<message:N>\0 370 // An well-formed entry must consist of at least a priority 401 entry->priority = buf->msg[0]; 609 entry->priority = ANDROID_LOG_INFO; 718 priChar = filterPriToChar(entry->priority);
|
/system/core/libutils/ |
ProcessCallStack.cpp | 202 void ProcessCallStack::log(const char* logtag, android_LogPriority priority, 204 LogPrinter printer(logtag, priority, prefix, /*ignoreBlankLines*/false);
|
Threads.cpp | 73 int priority; member in struct:thread_data_t 76 // we use this trampoline when we need to set the priority with 81 int prio = t->priority; 131 #ifdef HAVE_ANDROID_OS /* valgrind is rejecting RT-priority create reqs */ 141 t->priority = threadPriority; 687 status_t Thread::run(const char* name, int32_t priority, size_t stack) 710 this, name, priority, stack, &mThread); 713 this, name, priority, stack, &mThread);
|
/external/chromium/third_party/libevent/ |
event.h | 228 int ev_pri; /* smaller numbers are higher priority */ 680 By default libevent schedules all active events with the same priority. 682 priority than others. For that reason, libevent supports strict priority 683 queues. Active events with a lower priority are always processed before 684 events with a higher priority. 689 used to assign a priority to an event. By default, libevent assigns the 690 middle priority to all events unless their priority is explicitly set. 714 Assign a priority to an event [all...] |
/external/chromium_org/third_party/WebKit/Source/core/fetch/ |
ResourceFetcher.cpp | 109 if (request.priority() != ResourceLoadPriorityUnresolved) 110 return request.priority(); 592 WTF_LOG(ResourceLoading, "ResourceFetcher::requestResource '%s', charset '%s', priority=%d, forPreload=%u, type=%s", url.elidedString().latin1().data(), request.charset().latin1().data(), request.priority(), request.forPreload(), ResourceTypeName(type)); 633 ResourceLoadPriority priority = loadPriority(type, request); local 634 if (priority != resource->resourceRequest().priority()) { 635 resource->resourceRequest().setPriority(priority); 636 resource->didChangePriority(priority); 791 TRACE_EVENT_ASYNC_BEGIN2("net", "Resource", newResource.get(), "url", newResource->url().string().ascii(), "priority", newResource->resourceRequest().priority()) [all...] |
/external/chromium_org/third_party/libevent/ |
event.h | 228 int ev_pri; /* smaller numbers are higher priority */ 680 By default libevent schedules all active events with the same priority. 682 priority than others. For that reason, libevent supports strict priority 683 queues. Active events with a lower priority are always processed before 684 events with a higher priority. 689 used to assign a priority to an event. By default, libevent assigns the 690 middle priority to all events unless their priority is explicitly set. 714 Assign a priority to an event [all...] |
/external/kernel-headers/original/linux/ |
skbuff.h | 209 * @priority: Packet queueing priority 277 __u32 priority; member in struct:sk_buff 333 gfp_t priority, int fclone); 335 gfp_t priority) 337 return __alloc_skb(size, priority, 0); 341 gfp_t priority) 343 return __alloc_skb(size, priority, 1); 348 gfp_t priority); 351 gfp_t priority); [all...] |
/external/ppp/pppd/ |
options.c | 137 int option_priority = OPRIO_CFGFILE; /* priority of the current options */ 488 * files a lower priority than the command line. 642 if (prio < mainopt->priority) { 644 if (prio == OPRIO_CMDLINE && mainopt->priority > OPRIO_ROOT) { 651 if (prio > OPRIO_ROOT && mainopt->priority == OPRIO_CMDLINE) 793 mainopt->priority = prio; 801 * override the value of option, return 1 and update the priority 805 override_value(option, priority, source) 807 int priority; 817 if ((opt->flags & OPT_PRIO) && priority < opt->priority [all...] |
/external/chromium/net/socket/ |
ssl_client_socket_pool.cc | 265 transport_params->destination().priority(), 282 socks_params->destination().priority(), 302 http_proxy_params->destination().priority(), &callback_, 549 RequestPriority priority, 556 return base_.RequestSocket(group_name, *casted_socket_params, priority,
|
/external/chromium/net/tools/flip_server/ |
spdy_interface.cc | 195 (frame)->priority(), 360 uint32 priority, 364 mci.priority = priority; 512 // priority queue. Compression needs to be done
|
/external/chromium_org/cc/resources/ |
raster_worker_pool.cc | 550 unsigned priority, 552 internal::GraphNode* node = new internal::GraphNode(task, priority); 562 unsigned priority, 567 raster_task, priority, graph); 589 decode_task, priority, graph);
|
/external/chromium_org/net/cookies/ |
cookie_monster.cc | 82 // priority load if the key is not loaded yet by calling PersistentCookieStore 219 CookiePriorityEqualsTo(CookiePriority priority) 220 : priority_(priority) {} 223 return it->second->Priority() == priority_; 230 // moves all cookies with a given |priority| to the beginning of the list. 232 // priority != |priority|, or |it_end| if all have priority == |priority|. 236 CookiePriority priority) { [all...] |
/external/chromium_org/net/quic/ |
quic_session.cc | 507 void QuicSession::MarkWriteBlocked(QuicStreamId id, QuicPriority priority) { 511 // TODO(jar): Be sure to use the highest priority for the crypto stream, 512 // perhaps by adding a "special" priority for it that is higher than 514 priority = kHighestPriority; 516 write_blocked_streams_.PushBack(id, priority);
|