Searched refs:priority (Results 151 - 161 of 161) sorted by relevance

1234567

/haiku/src/kits/package/manager/
H A DPackageManager.cpp976 BPackageInstallationLocation location, int32 priority)
984 fInitialPriority(priority)
975 InstalledRepository(const char* name, BPackageInstallationLocation location, int32 priority) argument
/haiku/headers/private/kernel/
H A Dthread_types.h447 int32 priority; // protected by scheduler lock member in struct:BKernel::Thread
/haiku/src/libs/compat/freebsd_network/
H A Dusb.cpp12 #include <sys/priority.h>
/haiku/src/system/kernel/disk_device_manager/
H A DKPartition.cpp1028 KPartition::SetDiskSystem(KDiskSystem* diskSystem, float priority) argument
1046 fDiskSystemPriority = priority;
/haiku/src/system/kernel/
H A Dteam.cpp1731 int32 envCount, int32 priority, team_id parentID, uint32 flags,
2269 parentThread->name, parentThread->priority, NULL, team->id, thread);
3776 const char* const* env, int32 priority, team_id parentID, uint32 flags)
4316 int32 argCount, int32 envCount, int32 priority, uint32 flags,
4332 argCount, envCount, priority, B_CURRENT_TEAM, flags, errorPort,
1730 load_image_internal(char**& _flatArgs, size_t flatArgsSize, int32 argCount, int32 envCount, int32 priority, team_id parentID, uint32 flags, port_id errorPort, uint32 errorToken) argument
3775 load_image_etc(int32 argCount, const char* const* args, const char* const* env, int32 priority, team_id parentID, uint32 flags) argument
4315 _user_load_image(const char* const* userFlatArgs, size_t flatArgsSize, int32 argCount, int32 envCount, int32 priority, uint32 flags, port_id errorPort, uint32 errorToken) argument
/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp1473 int32 priority = node->Priority(); local
1481 if (child->Priority() < priority) {
2340 /*! This returns the priority or importance of this node. Nodes with higher
2341 priority are registered/probed first.
2342 Currently, only the B_FIND_MULTIPLE_CHILDREN flag alters the priority;
2343 it might make sense to be able to directly set the priority via an
/haiku/src/kits/package/solver/libsolv/
H A DLibsolvSolver.cpp748 repo->priority = -1 - repository->Priority();
/haiku/headers/private/system/
H A Dsyscalls.h146 int32 priority, uint32 flags, port_id errorPort,
/haiku/headers/private/audio/
H A Dsoundcard.h1921 * The priority field can be used to select the default (motherboard)
1922 * mixer device. The mixer with the highest priority is the
1926 int priority; member in struct:oss_mixerinfo
/haiku/src/system/kernel/debug/
H A Dcore_dump.cpp186 fPriority = fThread->priority;
H A Ddebug.cpp1401 sSyslogMessage->priority = LOG_DEBUG;

Completed in 186 milliseconds

1234567