Searched refs:priority (Results 1 - 25 of 161) sorted by path

1234567

/haiku/headers/build/os/app/
H A DLooper.h19 int32 priority = B_NORMAL_PRIORITY,
/haiku/headers/os/app/
H A DLooper.h32 int32 priority = B_NORMAL_PRIORITY,
128 BLooper(int32 priority, port_id port,
139 void _InitData(const char* name, int32 priority,
/haiku/headers/os/drivers/
H A Ddpc.h23 status_t (*new_dpc_queue)(void **queue, const char *name, int32 priority);
/haiku/headers/os/drivers/pcmcia/
H A Dcs.h145 int (*event_handler)(event_t event, int priority,
/haiku/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/headers/os/package/solver/
H A DSolverRepository.h57 void SetPriority(int32 priority);
58 // negative priority is fine
/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/headers/private/fs_shell/
H A Dfssh_kernel_export.h17 const char *threadName, int32_t priority,
H A Dfssh_os.h123 int32_t priority; member in struct:__anon369
152 int32_t priority, void *data);
/haiku/headers/private/kernel/
H A DDPC.h59 static DPCQueue* DefaultQueue(int priority);
61 status_t Init(const char* name, int32 priority,
H A Dlow_resource_manager.h47 uint32 resources, int32 priority);
/haiku/headers/private/kernel/vm/
H A Dvm_page.h60 int priority);
62 int priority);
67 const physical_address_restrictions* restrictions, int priority);
H A Dvm_priv.h33 status_t vm_try_reserve_memory(size_t bytes, int priority, bigtime_t timeout);
/haiku/headers/private/locale/
H A DLocaleRosterData.h132 const BString& path, uint8 priority);
/haiku/headers/private/package/manager/
H A DPackageManager.h222 int32 priority);
/haiku/headers/private/syslog_daemon/
H A Dsyslog_daemon.h26 int16 priority; member in struct:syslog_message
/haiku/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/src/add-ons/kernel/drivers/network/wlan/iprowifi2200/dev/iwi/
H A Dif_iwireg.h335 uint8_t priority; member in struct:iwi_tx_desc
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/
H A Dkernel_emu.cpp1164 const char *threadName, long priority, void *arg)
1166 return spawn_thread(function, threadName, priority, arg);
1163 spawn_kernel_thread(thread_entry function, const char *threadName, long priority, void *arg) argument
H A Dkernel_emu.h79 long priority, void *arg);
/haiku/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);
/haiku/src/add-ons/tracker/zipomatic/
H A DGenericThread.cpp15 GenericThread::GenericThread(const char* thread_name, int32 priority, argument
19 fThreadId(spawn_thread(_ThreadFunction, thread_name, priority, this)),
388 return threadInfo.priority;
H A DGenericThread.h13 int32 priority = B_NORMAL_PRIORITY,
/haiku/src/apps/cortex/support/
H A DBasicThread.h68 int32 priority=B_LOW_PRIORITY,
73 m_priority(priority),
67 BasicThread( int32 priority=B_LOW_PRIORITY, const char* name=0, bool killOnDelete=true) argument
H A DObservableLooper.cpp81 int32 priority,
84 BLooper(name, priority, portCapacity),
79 ObservableLooper( const char* name, int32 priority, int32 portCapacity, bigtime_t quitTimeout) argument

Completed in 124 milliseconds

1234567