Searched refs:priority (Results 26 - 50 of 517) sorted by relevance

1234567891011>>

/macosx-10.10/libpthread-105.1.4/src/
H A Dqos.c47 pthread_priority_t priority; member in struct:pthread_override_s
121 pthread_priority_t priority = _pthread_priority_make_newest(__qos_class, __relative_priority, 0); local
124 return _pthread_set_properties_self(_PTHREAD_SET_SELF_QOS_FLAG, priority, 0);
129 _pthread_setspecific_direct(_PTHREAD_TSD_SLOT_PTHREAD_QOS_CLASS, priority);
162 pthread_priority_t priority = _pthread_priority_make_newest(__qos_class, __relative_priority, 0); local
166 return _pthread_set_properties_self(_PTHREAD_SET_SELF_QOS_FLAG, priority, 0);
172 _pthread_setspecific_direct(_PTHREAD_TSD_SLOT_PTHREAD_QOS_CLASS, priority);
174 __pthread->tsd[_PTHREAD_TSD_SLOT_PTHREAD_QOS_CLASS] = priority;
197 pthread_priority_t priority; local
200 priority
244 _pthread_qos_class_decode(pthread_priority_t priority, int *relative_priority, unsigned long *flags) argument
312 _pthread_set_properties_self(_pthread_set_flags_t flags, pthread_priority_t priority, mach_port_t voucher) argument
447 _pthread_override_qos_class_start_direct(mach_port_t thread, pthread_priority_t priority) argument
463 _pthread_workqueue_override_start_direct(mach_port_t thread, pthread_priority_t priority) argument
[all...]
/macosx-10.10/OpenSSL098-52/src/crypto/pqueue/
H A Dpq_test.c80 fprintf(stderr, "found %ld\n", item->priority);
83 fprintf(stderr, "found %ld\n", item->priority);
86 fprintf(stderr, "found %ld\n", item ? item->priority: 0);
H A Dpqueue.h73 PQ_64BIT priority; member in struct:_pitem
80 pitem *pitem_new(PQ_64BIT priority, void *data);
89 pitem *pqueue_find(pqueue pq, PQ_64BIT priority);
/macosx-10.10/OpenSSL098-52/src/include/openssl/
H A Dpqueue.h73 PQ_64BIT priority; member in struct:_pitem
80 pitem *pitem_new(PQ_64BIT priority, void *data);
89 pitem *pqueue_find(pqueue pq, PQ_64BIT priority);
/macosx-10.10/WTF-7600.1.24/wtf/gobject/
H A DGMainLoopSource.cpp92 void GMainLoopSource::scheduleIdleSource(const char* name, GSourceFunc sourceFunction, int priority, GMainContext* context) argument
99 if (priority != G_PRIORITY_DEFAULT_IDLE)
100 g_source_set_priority(m_source.get(), priority);
105 void GMainLoopSource::schedule(const char* name, std::function<void ()> function, int priority, std::function<void ()> destroyFunction, GMainContext* context) argument
110 scheduleIdleSource(name, reinterpret_cast<GSourceFunc>(voidSourceCallback), priority, context);
113 void GMainLoopSource::schedule(const char* name, std::function<bool ()> function, int priority, std::function<void ()> destroyFunction, GMainContext* context) argument
118 scheduleIdleSource(name, reinterpret_cast<GSourceFunc>(boolSourceCallback), priority, context);
136 void GMainLoopSource::scheduleTimeoutSource(const char* name, GSourceFunc sourceFunction, int priority, GMainContext* context) argument
143 if (priority != G_PRIORITY_DEFAULT)
144 g_source_set_priority(m_source.get(), priority);
149 scheduleAfterDelay(const char* name, std::function<void ()> function, std::chrono::milliseconds delay, int priority, std::function<void ()> destroyFunction, GMainContext* context) argument
158 scheduleAfterDelay(const char* name, std::function<bool ()> function, std::chrono::milliseconds delay, int priority, std::function<void ()> destroyFunction, GMainContext* context) argument
167 scheduleAfterDelay(const char* name, std::function<void ()> function, std::chrono::seconds delay, int priority, std::function<void ()> destroyFunction, GMainContext* context) argument
176 scheduleAfterDelay(const char* name, std::function<bool ()> function, std::chrono::seconds delay, int priority, std::function<void ()> destroyFunction, GMainContext* context) argument
[all...]
H A DGMainLoopSource.h53 WTF_EXPORT_PRIVATE void schedule(const char* name, std::function<void()>, int priority = G_PRIORITY_DEFAULT, std::function<void()> destroyFunction = nullptr, GMainContext* = nullptr);
54 WTF_EXPORT_PRIVATE void schedule(const char* name, std::function<bool()>, int priority = G_PRIORITY_DEFAULT, std::function<void()> destroyFunction = nullptr, GMainContext* = nullptr);
56 WTF_EXPORT_PRIVATE void scheduleAfterDelay(const char* name, std::function<void()>, std::chrono::milliseconds, int priority = G_PRIORITY_DEFAULT, std::function<void()> destroyFunction = nullptr, GMainContext* = nullptr);
57 WTF_EXPORT_PRIVATE void scheduleAfterDelay(const char* name, std::function<bool()>, std::chrono::milliseconds, int priority = G_PRIORITY_DEFAULT, std::function<void()> destroyFunction = nullptr, GMainContext* = nullptr);
58 WTF_EXPORT_PRIVATE void scheduleAfterDelay(const char* name, std::function<void()>, std::chrono::seconds, int priority = G_PRIORITY_DEFAULT, std::function<void()> destroyFunction = nullptr, GMainContext* = nullptr);
59 WTF_EXPORT_PRIVATE void scheduleAfterDelay(const char* name, std::function<bool()>, std::chrono::seconds, int priority = G_PRIORITY_DEFAULT, std::function<void()> destroyFunction = nullptr, GMainContext* = nullptr);
69 void scheduleIdleSource(const char* name, GSourceFunc, int priority, GMainContext*);
70 void scheduleTimeoutSource(const char* name, GSourceFunc, int priority, GMainContext*);
/macosx-10.10/postfix-255/postfix/src/xsasl/
H A Dxsasl_cyrus_log.c9 /* int xsasl_cyrus_log(context, priority, text)
11 /* int priority;
47 int xsasl_cyrus_log(void *unused_context, int priority, argument
50 switch (priority) {
/macosx-10.10/libdispatch-442.1.4/src/
H A Dinline_internal.h147 pthread_priority_t priority)
151 (void)_pthread_workqueue_override_start_direct(thread, priority);
153 (void)thread; (void)priority;
169 _dispatch_thread_override_start(mach_port_t thread, pthread_priority_t priority) argument
173 (void)_pthread_override_qos_class_start_direct(thread, priority);
175 (void)thread; (void)priority;
206 static inline void _dispatch_reset_defaultpriority(pthread_priority_t priority);
207 static inline void _dispatch_set_priority(pthread_priority_t priority);
363 _dispatch_get_root_queue(qos_class_t priority, bool overcommit) argument
365 if (overcommit) switch (priority) {
146 _dispatch_wqthread_override_start(mach_port_t thread, pthread_priority_t priority) argument
449 pthread_priority_t priority = (uintptr_t)_dispatch_thread_getspecific( local
459 _dispatch_reset_defaultpriority(pthread_priority_t priority) argument
482 pthread_priority_t priority = old_priority | local
498 pthread_priority_t priority = old_priority & local
529 _dispatch_set_defaultpriority(pthread_priority_t priority) argument
560 _dispatch_priority_adopt(pthread_priority_t priority, unsigned long flags) argument
594 pthread_priority_t priority = (uintptr_t)_dispatch_thread_getspecific( local
604 _dispatch_set_priority_and_mach_voucher(pthread_priority_t priority, mach_voucher_t kv) argument
632 _dispatch_set_priority_and_adopt_voucher(pthread_priority_t priority, voucher_t voucher) argument
648 _dispatch_adopt_priority_and_voucher(pthread_priority_t priority, voucher_t voucher, unsigned long flags) argument
660 _dispatch_adopt_priority_and_replace_voucher(pthread_priority_t priority, voucher_t voucher, unsigned long flags) argument
670 _dispatch_set_priority_and_replace_voucher(pthread_priority_t priority, voucher_t voucher) argument
680 _dispatch_set_priority(pthread_priority_t priority) argument
766 pthread_priority_t priority = _dispatch_get_priority(); local
783 pthread_priority_t priority; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/dbinc_auto/
H A Drepmgr_auto.h14 u_int32_t priority; member in struct:___repmgr_handshake_args
/macosx-10.10/BerkeleyDB-21/db/docs_src/ref/upgrade.4.2/
H A DMakefile4 lockng.html nosync.html priority.html queue.html repinit.html \
/macosx-10.10/BerkeleyDB-21/db/examples_cxx/excxx_repquote/
H A DRepConfigInfo.h30 int priority; member in class:RepConfigInfo
/macosx-10.10/WebCore-7600.1.25/loader/cache/
H A DCachedResourceRequest.cpp35 CachedResourceRequest::CachedResourceRequest(const ResourceRequest& resourceRequest, const String& charset, ResourceLoadPriority priority) argument
39 , m_priority(priority)
54 CachedResourceRequest::CachedResourceRequest(const ResourceRequest& resourceRequest, ResourceLoadPriority priority) argument
57 , m_priority(priority)
H A DCachedResourceRequest.h54 void setPriority(ResourceLoadPriority priority) { m_priority = priority; } argument
55 ResourceLoadPriority priority() const { return m_priority; } function in class:WebCore::CachedResourceRequest
/macosx-10.10/cxxfilt-11/cxxfilt/opcodes/
H A Dia64-asmtab.h144 /* The disassembly priority of this entry among instructions. */
145 unsigned short priority; member in struct:ia64_dis_names
/macosx-10.10/libpthread-105.1.4/private/
H A Dworkqueue_private.h46 /* Legacy dispatch priority bands */
50 #define WORKQ_HIGH_PRIOQUEUE 0 // high priority queue
51 #define WORKQ_DEFAULT_PRIOQUEUE 1 // default priority queue
52 #define WORKQ_LOW_PRIOQUEUE 2 // low priority queue
53 #define WORKQ_BG_PRIOQUEUE 3 // background priority queue
64 typedef void (*pthread_workqueue_function2_t)(pthread_priority_t priority);
97 // Request worker threads (fine grained priority)
100 _pthread_workqueue_addthreads(int numthreads, pthread_priority_t priority);
105 _pthread_override_qos_class_start_direct(mach_port_t thread, pthread_priority_t priority);
115 _pthread_workqueue_override_start_direct(mach_port_t thread, pthread_priority_t priority);
[all...]
/macosx-10.10/SmartCardServices-55111/src/PCSC/
H A Ddebug.c70 void log_msg(const int priority, const char *fmt, ...) argument
82 if (priority < LogLevel) /* log priority lower than threshold? */
94 switch (priority)
120 void log_xxd(const int priority, const char *msg, const unsigned char *buffer, argument
128 if (priority < LogLevel) /* log priority lower than threshold? */
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dpriority.c59 * File: priority.c
86 * Recalculate the quantum and priority for a thread.
156 * Recompute scheduled priority if appropriate.
212 * Set the base priority of the thread
213 * and reset its scheduled priority.
218 sched_set_thread_base_priority(thread_t thread, int priority) argument
220 thread->priority = priority;
255 * Adjust the scheduled priority if
288 * Calculate the timesharing priority base
294 register int priority = th->priority /* start with base priority */ local
320 register int priority; local
348 register int priority; local
[all...]
/macosx-10.10/BerkeleyDB-21/db/java/src/com/sleepycat/db/
H A DCacheFile.java27 Return the cache priority for pages from the specified file.
32 The cache priority for pages from the specified file.
45 cache priority for pages from the specified file.
46 <p>The priority of a page biases the replacement algorithm to be more
49 if they are not referenced again. Setting the priority is only
55 @param priority
56 The cache priority for pages from the specified file.
61 public void setPriority(final CacheFilePriority priority) argument
64 mpf.set_priority(priority.getFlag());
/macosx-10.10/BerkeleyDB-21/db/mp/
H A Dmp_alloc.c41 u_int32_t buckets, buffers, high_priority, priority, priority_saved; local
142 * buffers. Free the buffer with the lowest priority from the buckets'
166 * a: set a flag to attempt to flush high priority buffers as
263 t1bhp->priority < high_priority) &&
265 bhp->priority > t1bhp->priority))
288 mvcc_bhp->priority > t2bhp->priority))
328 /* Adjust the priority if the bucket has not been reset. */
329 priority
561 u_int32_t priority; local
[all...]
/macosx-10.10/SmartcardCCID-55008/ccid/ccid/src/
H A Ddebug.c45 void log_msg(const int priority, const char *fmt, ...) argument
88 switch (priority)
136 void log_xxd(const int priority, const char *msg, const unsigned char *buffer, argument
143 (void)priority;
/macosx-10.10/tcl-105/tk84/tk/generic/
H A DtkOption.c72 int priority; /* Used to select among matching member in struct:Element
74 * priority level and a serial #.
76 * priority. Irrelevant except in
215 * priority level.
229 Tk_Window tkwin, char *string, int priority));
244 Tk_Window tkwin, char *fileName, int priority));
265 Tk_AddOption(tkwin, name, value, priority)
270 int priority; /* Overall priority level to use for
293 * Compute the priority fo
666 int priority; local
722 int priority; local
884 int priority, c; local
[all...]
/macosx-10.10/tcl-105/tk/tk/generic/
H A DtkOption.c70 int priority; /* Used to select among matching options. member in struct:Element
71 * Includes both the priority level and a
73 * priority. Irrelevant except in leaf
206 * priority level. */
217 char *string, int priority);
228 char *fileName, int priority);
254 int priority) /* Overall priority level to use for this
278 * Compute the priority for the new element, including both the overall
282 if (priority <
248 Tk_AddOption( Tk_Window tkwin, CONST char *name, CONST char *value, int priority) argument
646 int priority; local
702 int priority; local
860 int priority, c; local
916 AddFromString( Tcl_Interp *interp, Tk_Window tkwin, char *string, int priority) argument
1066 ReadOptionFile( Tcl_Interp *interp, Tk_Window tkwin, char *fileName, int priority) argument
[all...]
/macosx-10.10/BerkeleyDB-21/db/qam/
H A Dqam_rec.c31 pgno, pagep, (dbc)->priority)) != 0) { \
100 REC_DIRTY(mpf, ip, dbc->priority, &meta);
108 REC_DIRTY(mpf, ip, dbc->priority, &meta);
113 REC_DIRTY(mpf, ip, dbc->priority, &meta);
129 cp->pgno, cp->page, dbc->priority)) != 0)
139 REC_DIRTY(mpf, ip, dbc->priority, &meta);
146 ret = __memp_fput(mpf, ip, meta, dbc->priority);
156 err: (void)__memp_fput(mpf, ip, meta, dbc->priority);
230 REC_DIRTY(mpf, ip, dbc->priority, &meta);
239 REC_DIRTY(mpf, ip, dbc->priority,
[all...]
/macosx-10.10/BerkeleyDB-21/db/db/
H A Ddb_rec.c60 REC_DIRTY(mpf, ip, dbc->priority, &pagep);
70 REC_DIRTY(mpf, ip, dbc->priority, &pagep);
84 if ((ret = __memp_fput(mpf, ip, pagep, dbc->priority)) != 0)
92 (void)__memp_fput(mpf, ip, pagep, dbc->priority);
136 REC_DIRTY(mpf, ip, file_dbp->priority, &pagep);
152 REC_DIRTY(mpf, ip, file_dbp->priority, &pagep);
158 ret = __memp_fput(mpf, ip, pagep, file_dbp->priority);
181 REC_DIRTY(mpf, ip, file_dbp->priority, &pagep);
187 REC_DIRTY(mpf, ip, file_dbp->priority, &pagep);
193 ret = __memp_fput(mpf, ip, pagep, file_dbp->priority);
[all...]
/macosx-10.10/libpthread-105.1.4/kern/
H A Dkern_internal.h58 #define BSDTHREAD_CTL_QOS_OVERRIDE_START 0x40 /* bsdthread_ctl(BSDTHREAD_CTL_QOS_OVERRIDE_START, thread_port, priority, 0) */
60 #define BSDTHREAD_CTL_SET_SELF 0x100 /* bsdthread_ctl(BSDTHREAD_CTL_SET_SELF, priority, voucher, flags) */
62 #define BSDTHREAD_CTL_QOS_OVERRIDE_DISPATCH 0x400 /* bsdthread_ctl(BSDTHREAD_CTL_QOS_OVERRIDE_DISPATCH, thread_port, priority, 0) */
90 rel = 1; // results in priority bits == 0 <rdar://problem/16184900>
116 rel = 1; // results in priority bits == 0 <rdar://problem/16184900>
138 _pthread_priority_get_qos_newest(pthread_priority_t priority) argument
141 switch ((priority & _PTHREAD_PRIORITY_QOS_CLASS_MASK) >> _PTHREAD_PRIORITY_QOS_CLASS_SHIFT) {
156 _pthread_priority_get_qos_version2(pthread_priority_t priority) argument
161 cls = (priority & _PTHREAD_PRIORITY_QOS_CLASS_MASK) >> _PTHREAD_PRIORITY_QOS_CLASS_SHIFT;
167 * right by one. Therefore we have to shift it back during decoding the priority bi
[all...]

Completed in 147 milliseconds

1234567891011>>