Searched refs:priority (Results 76 - 100 of 182) sorted by relevance

12345678

/haiku-fatelf/src/bin/network/atftpd/
H A Dlogger.c43 * only message less or equal to priority.
45 void open_logger(char *ident, char *filename, int priority) argument
50 log_priority = priority;
/haiku-fatelf/src/libs/compat/freebsd_network/compat/sys/
H A Dsystm.h90 #define tsleep(channel, priority, waitMessage, timeout) \
91 msleep((channel), NULL, (priority), (waitMessage), (timeout))
H A Dparam.h16 #include <sys/priority.h>
/haiku-fatelf/src/tests/system/kernel/scheduler/
H A Dmain.cpp29 Thread(const char* name, int32 priority);
98 Thread::Thread(const char* name, int32 priority) argument
103 fThread.priority = fThread.next_priority = priority;
115 fThread.name, fThread.priority);
/haiku-fatelf/headers/private/kernel/vm/
H A DVMCache.h131 int priority);
132 virtual status_t Resize(off_t newSize, int priority);
146 virtual status_t Commit(off_t size, int priority);
234 int priority);
239 static status_t CreateNullCache(int priority, VMCache*& cache);
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D1-3.c21 * the specified thread. The priority value is the one last
87 /* This function checks the thread policy & priority */
88 void check_param( pthread_t thread, int policy, int priority )
96 /* Check the priority is valid */
98 if ( priority == -1 )
100 UNRESOLVED( errno, "Wrong priority value" );
116 if ( t_parm.sched_priority != priority )
118 FAILED( "The thread's priority is not as expected" );
223 UNRESOLVED( errno, "Failed to get min priority" );
266 UNRESOLVED( errno, "Failed to get min priority" );
[all...]
/haiku-fatelf/headers/private/system/
H A Dsystem_profiler_defs.h161 uint8 priority; member in struct:system_profiler_thread_enqueued_in_run_queue
199 uint8 priority; member in struct:system_profiler_io_request_scheduled
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_attr.h57 * priority
71 (*(_setting_)) = (_int_att_)->priority; \
315 cma_t_priority priority; /* Priority of new thread */
308 cma_t_priority priority; /* Priority of new thread */ member in struct:CMA__T_INT_ATTR
/haiku-fatelf/src/servers/registrar/mime/
H A DMimeUpdateThread.cpp51 MimeUpdateThread::MimeUpdateThread(const char *name, int32 priority, argument
55 RegistrarThread(name, priority, managerMessenger),
/haiku-fatelf/src/tools/docbook/libxslt/libxslt/
H A Dpattern.c96 float priority; /* the priority */ member in struct:_xsltCompMatch
1792 ctxt->comp->priority = 0.5; /* '//' means not 0 priority */
1936 Preset default priority to be zero.
1939 element->priority = 0;
1955 * Set-up the priority
1957 if (element->priority == 0) { /* if not yet determined */
1967 element->priority = -0.25;
1971 element->priority
2060 float priority; /* the priority */ local
2295 float priority; local
[all...]
/haiku-fatelf/headers/os/package/
H A DRepositoryInfo.h48 void SetPriority(uint8 priority);
/haiku-fatelf/headers/private/kernel/
H A Dthread.h57 int32 priority, void* arg,
98 void thread_set_io_priority(int32 priority);
113 return thread->priority == B_IDLE_PRIORITY;
126 thread_id spawn_kernel_thread_etc(thread_func, const char *name, int32 priority,
H A Dteam.h46 const char* const* env, int32 priority, team_id parentID, uint32 flags);
67 int32 argCount, int32 envCount, int32 priority, uint32 flags,
/haiku-fatelf/src/apps/cortex/support/
H A DObservableLooper.h72 int32 priority=B_NORMAL_PRIORITY,
H A DObservableLooper.cpp81 int32 priority,
84 BLooper(name, priority, portCapacity),
79 ObservableLooper( const char* name, int32 priority, int32 portCapacity, bigtime_t quitTimeout) argument
/haiku-fatelf/src/build/libbe/storage/mime/
H A DMimeUpdateThread.cpp61 MimeUpdateThread::MimeUpdateThread(const char *name, int32 priority, argument
64 : /*RegistrarThread(name, priority, managerMessenger)
/haiku-fatelf/src/servers/syslog_daemon/
H A Dlistener_output.cpp28 output.AddInt32("priority", message.priority);
/haiku-fatelf/src/system/kernel/device_manager/
H A DIOScheduler.h20 int32 priority; member in struct:IORequestOwner
H A DIOSchedulerSimple.cpp43 kprintf(" priority: %" B_PRId32 "\n", priority);
177 owner.priority = B_IDLE_PRIORITY;
260 int32 priority = thread_get_io_priority(request->ThreadID()); local
261 if (priority >= 0)
262 owner->priority = priority;
486 IOSchedulerSimple::_ComputeRequestOwnerBandwidth(int32 priority) const
488 // TODO: Use a priority dependent quantum!
507 quantum = _ComputeRequestOwnerBandwidth(owner->priority);
[all...]
/haiku-fatelf/src/tools/fs_shell/
H A Dkernel_export.cpp18 int32_t priority, void *arg)
17 fssh_spawn_kernel_thread(fssh_thread_func function, const char *threadName, int32_t priority, void *arg) argument
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.h25 virtual status_t Commit(off_t size, int priority);
/haiku-fatelf/src/system/kernel/
H A Dthread.cpp169 priority(-1),
517 const char* name, int32 priority, void* arg, team_id team,
522 this->priority = priority;
911 thread->priority = attributes.priority == -1
912 ? B_NORMAL_PRIORITY : attributes.priority;
913 thread->next_priority = thread->priority;
1172 info->priority = thread->priority;
516 ThreadCreationAttributes(thread_func function, const char* name, int32 priority, void* arg, team_id team, Thread* thread) argument
[all...]
/haiku-fatelf/src/kits/locale/
H A DLocaleRosterData.cpp43 uint8 priority)
51 fPriority(priority),
114 static const char* kPriorityAttr = "ADDON:priority";
367 int8 priority; local
385 priority = -1;
387 &priority, sizeof(int8)) <= 0) {
388 // add-on has no priority-attribute yet, so we load it
389 // to fetch the priority from the corresponding
399 priority = *prioPtr;
401 &priority, sizeo
42 CatalogAddOnInfo(const BString& name, const BString& path, uint8 priority) argument
[all...]
/haiku-fatelf/headers/private/fs_shell/
H A Dfssh_os.h123 int32_t priority; member in struct:__anon755
152 int32_t priority, void *data);
/haiku-fatelf/src/add-ons/kernel/generic/dpc/
H A Ddpc.c83 new_dpc_queue(void **handle, const char *name, int32 priority) argument
112 queue->thread = spawn_kernel_thread(dpc_thread, name, priority, queue);

Completed in 286 milliseconds

12345678