Home
last modified time | relevance | path

Searched defs:priority (Results 1 – 25 of 95) sorted by relevance

1234

/haiku/src/kits/shared/
H A DThread.cpp40 SimpleThread::SimpleThread(int32 priority, const char* name) in SimpleThread()
76 Thread::Launch(FunctionObject* functor, int32 priority, const char* name) in Launch()
82 Thread::Thread(FunctionObject* functor, int32 priority, const char* name) in Thread()
107 int32 priority) in Launch()
118 int32 priority) in ThreadSequence()
/haiku/src/apps/processcontroller/
H A DPriorityMenu.cpp19 PriorityMenu::PriorityMenu(thread_id thread, int32 priority) in PriorityMenu()
28 PriorityMenu::Update(int32 priority) in Update()
41 long priority; member
68 PriorityRec *priority = &priorities[index]; in BuildMenu() local
/haiku/src/tests/kits/app/
H A DRegistrarThreadManagerTest.cpp35 TestThread(const char *name, int32 priority, BMessenger managerMessenger) in TestThread()
52 TerminatingThread(const char *name, int32 priority, BMessenger managerMessenger) in TerminatingThread()
69 WellBehavedInfiniteThread(const char *name, int32 priority, BMessenger managerMessenger) in WellBehavedInfiniteThread()
90 NaughtyInfiniteThread(const char *name, int32 priority, BMessenger managerMessenger) in NaughtyInfiniteThread()
/haiku/src/system/kernel/scheduler/
H A DRunQueue.h262 unsigned int priority = PriorityHeap::GetKey(maxPriority); in PeekMaximum() local
280 unsigned int priority) in PushFront()
309 unsigned int priority) in PushBack()
342 unsigned int priority = elementLink->fPriority; in Remove() local
372 RUN_QUEUE_CLASS_NAME::GetHead(unsigned int priority) const in GetHead()
H A Dscheduler_thread.cpp141 int32 priority = GetPriority() - _GetPenalty(); in Dump() local
240 for (int32 priority = 0; priority <= THREAD_MAX_SET_PRIORITY; priority++) { in ComputeQuantumLengths() local
321 int32 maxPriority, int32 minPriority, int32 priority) in _ScaleQuantum()
H A Dscheduler_cpu.cpp130 CPUEntry::PushFront(ThreadData* thread, int32 priority) in PushFront()
138 CPUEntry::PushBack(ThreadData* thread, int32 priority) in PushBack()
180 CPUEntry::UpdatePriority(int32 priority) in UpdatePriority()
431 CoreEntry::PushFront(ThreadData* thread, int32 priority) in PushFront()
441 CoreEntry::PushBack(ThreadData* thread, int32 priority) in PushBack()
/haiku/src/servers/registrar/
H A DPriorityMessageQueue.cpp13 MessageInfo(BMessage *message, int32 priority) in MessageInfo()
60 PriorityMessageQueue::PushMessage(BMessage *message, int32 priority) in PushMessage()
116 PriorityMessageQueue::_FindInsertionIndex(int32 priority) in _FindInsertionIndex()
/haiku/src/system/libroot/os/
H A Dscheduler.c18 int32 priority; member
44 int32 priority = what == B_DEFAULT_MEDIA_PRIORITY ? 0x0a : 0; in suggest_thread_priority() local
/haiku/src/system/libroot/posix/
H A Dsyslog.cpp131 send_syslog_message(syslog_context *context, int priority, const char *text, in send_syslog_message()
213 syslog(int priority, const char *message, ...) in syslog()
258 log_team(int priority, const char *message, ...) in log_team()
306 log_thread(int priority, const char *message, ...) in log_thread()
320 vsyslog(int priority, const char *message, va_list args) in vsyslog()
/haiku/src/tests/system/kernel/unit/
H A DTestThread.h27 thread_id Spawn(const char* name, int32 priority) in Spawn()
54 int32 priority, ParameterType* arg) in SpawnThread()
/haiku/headers/private/shared/
H A DThread.h224 LaunchInNewThread(const char* name, int32 priority, status_t (*func)(Param1), in LaunchInNewThread()
234 LaunchInNewThread(const char* name, int32 priority, status_t (T::*function)(), in LaunchInNewThread()
244 LaunchInNewThread(const char* name, int32 priority, in LaunchInNewThread()
256 LaunchInNewThread(const char* name, int32 priority, in LaunchInNewThread()
267 LaunchInNewThread(const char* name, int32 priority, in LaunchInNewThread()
/haiku/src/system/libroot/posix/unistd/
H A Dnice.c24 int priority = incr; in nice() local
/haiku/src/build/libbe/app/
H A DLooper.cpp10 BLooper::BLooper(const char* name, int32 priority, int32 port_capacity) in BLooper()
/haiku/src/libs/compat/freebsd_iflib/compat/sys/
H A Dgtaskqueue.h88 #define GTASK_INIT(gtask, flags, priority, func, context) do { \ argument
95 #define GROUPTASK_INIT(gtask, priority, func, context) \ argument
/haiku/src/bin/
H A Dlogger.cpp99 char *priority = strchr(option, '.'); in get_priority() local
136 int priority = DEFAULT_PRIORITY; in main() local
/haiku/src/system/kernel/vm/
H A DVMAnonymousNoSwapCache.cpp62 VMAnonymousNoSwapCache::Commit(off_t size, int priority) in Commit()
149 int priority = aspace == VMAddressSpace::Kernel() in Fault() local
/haiku/src/libs/compat/freebsd_network/
H A Dsynch.cpp17 msleep(void* identifier, struct mtx* mutex, int priority, in msleep()
H A Deventhandler.c17 const char *name, void *func, void *arg, int priority) in eventhandler_register()
/haiku/src/tests/add-ons/kernel/kernelland_emu/
H A Dlow_resource_manager.cpp29 uint32 resources, int32 priority) in register_low_resource_handler()
H A Dmisc.cpp21 spawn_kernel_thread(thread_func func, const char *name, int32 priority, in spawn_kernel_thread()
/haiku/src/servers/registrar/mime/
H A DRegistrarThread.cpp31 RegistrarThread::RegistrarThread(const char *name, int32 priority, in RegistrarThread()
H A DUpdateMimeInfoThread.cpp26 UpdateMimeInfoThread::UpdateMimeInfoThread(const char* name, int32 priority, in UpdateMimeInfoThread()
H A DCreateAppMetaMimeThread.cpp21 int32 priority, Database* database, in CreateAppMetaMimeThread()
/haiku/src/kits/storage/sniffer/
H A DRule.cpp97 Rule::SetTo(double priority, std::vector<DisjList*>* list) { in SetTo()
/haiku/src/libs/compat/openbsd_network/compat/sys/
H A Dsystm.h25 #define tsleep(identifier, priority, wmesg, timeout) \ argument
27 #define tsleep_nsec(identifier, priority, wmesg, nsecs) \ argument

1234