Searched refs:priority (Results 126 - 150 of 182) sorted by relevance

12345678

/haiku-fatelf/src/system/libroot/posix/pthread/
H A Dpthread.cpp116 attributes->priority = attr->sched_priority;
271 param->sched_priority = info.priority;
/haiku-fatelf/src/system/kernel/device_manager/
H A Dlegacy_drivers.cpp100 int32 priority; member in struct:__anon5351::legacy_driver
577 int32 priority = get_priority(path); local
598 //dprintf("new driver has priority %ld, old %ld\n", priority, driver->priority);
599 if (priority >= driver->priority) {
631 driver->priority = priority;
721 else if (get_priority(event->path) >= driver->priority)
[all...]
/haiku-fatelf/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp980 if (thread->priority == 0)
989 if (thread->priority == 0)
1061 thread->priority = event->priority;
1080 // This really only happens when the thread priority is changed
1087 if (thread->priority == 0)
1231 // TODO: The priority is missing from the system_profiler_thread_added
1234 info->priority = 0;
1236 info->priority = B_NORMAL_PRIORITY;
/haiku-fatelf/headers/os/drivers/
H A DKernelExport.h140 const char *name, int32 priority, void *arg);
/haiku-fatelf/headers/os/media/
H A DMediaEventLooper.h83 // NOTE: Use the priority constants from OS.h or suggest_thread_priority
84 // from scheduler.h. The passed priority will be clamped to be in range 5
86 status_t SetPriority(int32 priority);
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.h79 long priority, void *arg);
/haiku-fatelf/src/apps/debugger/dwarf/
H A DDebugInfoEntry.h129 DECLARE_DEBUG_INFO_ENTRY_ATTR_SETTER(priority)
/haiku-fatelf/src/bin/gdb/gdb/osf-share/
H A Dcma_tcb_defs.h160 cma_t_priority priority; /* Thread priority */ member in struct:CMA__T_TCB_SCHED
164 cma_t_boolean fixed_prio; /* Fixed priority */
/haiku-fatelf/src/bin/
H A Dps.c56 threadInfo.priority, (threadInfo.user_time / 1000),
/haiku-fatelf/src/servers/syslog_daemon/
H A Dsyslog_output.cpp132 int facility = SYSLOG_FACILITY_INDEX(message.priority);
/haiku-fatelf/src/tests/system/kernel/unit/
H A DTestContext.h51 const char* name, int32 priority,
/haiku-fatelf/src/add-ons/kernel/file_systems/userlandfs/server/beos/
H A Dbeos_kernel_emu.cpp399 long priority, void *arg)
402 priority, arg);
398 spawn_kernel_thread(thread_entry function, const char *threadName, long priority, void *arg) argument
/haiku-fatelf/src/build/libbe/storage/mime/
H A DUpdateMimeInfoThread.cpp181 UpdateMimeInfoThread::UpdateMimeInfoThread(const char *name, int32 priority, argument
184 : MimeUpdateThread(name, priority, managerMessenger, root, recursive, force,
/haiku-fatelf/src/servers/registrar/mime/
H A DAssociatedTypes.cpp110 float priority = manager->GuessMimeType(filename, &mimeType); local
111 if (priority >= 0) {
/haiku-fatelf/src/system/kernel/vm/
H A DVMAnonymousCache.cpp489 VMAnonymousCache::Resize(off_t newSize, int priority) argument
543 return VMCache::Resize(newSize, priority);
548 VMAnonymousCache::Commit(off_t size, int priority) argument
565 return _Commit(size, priority);
817 int priority = aspace == VMAddressSpace::Kernel() local
819 if (vm_try_reserve_memory(B_PAGE_SIZE, priority, 0) != B_OK) {
969 VMAnonymousCache::_Commit(off_t size, int priority) argument
1020 if (vm_try_reserve_memory(toReserve, priority, 1000000) != B_OK) {
H A Dvm.cpp233 // The memory reserve an allocation of the certain priority must not touch.
623 int priority; local
626 priority = VM_PRIORITY_SYSTEM;
630 priority = VM_PRIORITY_USER;
658 cache->Resize(cache->virtual_base + newSize, priority);
797 int priority; local
799 priority = VM_PRIORITY_USER;
801 priority = VM_PRIORITY_VIP;
804 priority = VM_PRIORITY_SYSTEM;
838 status = cache->SetMinimalCommitment(size, priority);
1301 int priority; local
1779 int priority = (flags & CREATE_AREA_PRIORITY_VIP) != 0 local
4676 vm_try_reserve_memory(size_t amount, int priority, bigtime_t timeout) argument
4871 int priority = kernel && anyKernelArea local
[all...]
/haiku-fatelf/src/apps/webpositive/
H A DURLInputGroup.cpp40 int32 matchPos, int32 matchLen, int32 priority)
43 fPriority(priority)
81 int32 priority = INT_MAX; local
92 priority--;
94 priority = INT_MAX;
97 choiceText, matchPos, pattern.Length(), priority));
39 URLChoice(const BString& choiceText, const BString& displayText, int32 matchPos, int32 matchLen, int32 priority) argument
/haiku-fatelf/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp1390 // find the disk system that returns the best priority for this partition
1403 float priority = diskSystem->Identify(partition, &cookie); local
1405 DBG(OUT(" returned: %g\n", priority));
1407 if (priority >= 0 && priority > bestPriority) {
1413 bestPriority = priority;
1419 if (priority >= 0)
/haiku-fatelf/src/preferences/mail/
H A DDNSQuery.cpp371 mxRec->priority, mxRec->serverName.String());
462 buffer.ReadUint16(mxRecord->priority);
/haiku-fatelf/src/system/kernel/
H A Dsignal.cpp67 int32 priority; member in struct:__anon5386
133 {"CONTINUE_THREAD", 0} // priority must be <= that of SIGSTOP
329 return kSignalInfos[fNumber].priority;
367 /*! Of the signals in \a nonBlocked returns the priority of that with the
368 highest priority.
370 \return The priority of the highest priority non-blocked signal, or, if all
400 // queue according to priority
401 int32 priority = signal->Priority(); local
405 if (priority > otherSigna
522 int32 priority = kSignalInfos[signal].priority; local
[all...]
/haiku-fatelf/src/tests/add-ons/kernel/file_systems/userlandfs/r5/src/server/
H A Dkernel_emu.cpp497 long priority, void *arg)
499 return spawn_thread(function, threadName, priority, arg);
496 spawn_kernel_thread(thread_entry function, const char *threadName, long priority, void *arg) argument
/haiku-fatelf/headers/private/kernel/disk_device_manager/
H A DKPartition.h153 void SetDiskSystem(KDiskSystem *diskSystem, float priority = 0.0f);
/haiku-fatelf/src/add-ons/media/plugins/mov_reader/libMOV/
H A DQTStructs.h74 uint16 priority; member in struct:mov_stream_header
/haiku-fatelf/src/add-ons/media/plugins/mp4_reader/libMP4/
H A DMP4Structs.h60 uint16 priority; member in struct:mp4_stream_header
/haiku-fatelf/src/apps/debuganalyzer/model/
H A DModel.h558 uint8 priority; member in struct:Model::CompactThreadSchedulingState
860 return scheduledEvent->priority;
1473 priority = other.priority;

Completed in 296 milliseconds

12345678