Searched refs:B_NORMAL_PRIORITY (Results 51 - 75 of 220) sorted by last modified time

123456789

/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp595 B_NORMAL_PRIORITY, this);
/haiku/src/system/kernel/device_manager/
H A DIOSchedulerSimple.cpp201 B_NORMAL_PRIORITY + 2, (void *)this);
211 buffer, B_NORMAL_PRIORITY + 2, (void *)this);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DClientConnection.cpp270 "client connection NM processor", B_NORMAL_PRIORITY, this);
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp703 B_NORMAL_PRIORITY, app);
H A DViewHWInterface.cpp499 B_NORMAL_PRIORITY, app);
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A DFUSEFileSystem.cpp230 "FUSE init", B_NORMAL_PRIORITY, this);
/haiku/src/apps/haiku3d/
H A DRenderView.cpp70 B_NORMAL_PRIORITY, this);
/haiku/src/kits/interface/
H A DMenuField.cpp473 "_m_task_", B_NORMAL_PRIORITY, this);
/haiku/src/kits/network/libnetservices2/
H A DHttpSession.cpp186 fControlThread(spawn_thread(ControlThreadFunc, "http:control", B_NORMAL_PRIORITY, this)),
187 fDataThread(spawn_thread(DataThreadFunc, "http:data", B_NORMAL_PRIORITY, this))
/haiku/src/servers/debug/
H A DDebugServer.cpp476 fHandlerThread = spawn_thread(&_HandlerThreadEntry, name, B_NORMAL_PRIORITY,
1218 B_NORMAL_PRIORITY, this);
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1174 #define B_NORMAL_PRIORITY FSSH_B_NORMAL_PRIORITY macro
/haiku/src/kits/network/libnetservices/
H A DUrlRequest.cpp60 B_NORMAL_PRIORITY, this);
/haiku/src/servers/registrar/
H A DShutdownProcess.cpp759 B_NORMAL_PRIORITY + 1, this);
/haiku/src/preferences/backgrounds/
H A DBackgroundsView.cpp422 "notifyThread", B_NORMAL_PRIORITY, this);
/haiku/src/apps/debugger/user_interface/gui/team_window/
H A DTeamWindow.cpp2047 "source file query worker", B_NORMAL_PRIORITY, this);
/haiku/src/kits/app/
H A DLooper.cpp188 priority = B_NORMAL_PRIORITY;
/haiku/src/add-ons/kernel/network/dns_resolver/kernel_add_on/
H A Ddns_resolver.cpp54 thread_id thread = load_image_etc(1, args, NULL, B_NORMAL_PRIORITY,
/haiku/src/add-ons/kernel/file_systems/nfs/
H A Dnfs_add_on.c175 ns->tid=spawn_kernel_thread ((thread_func)postoffice_func,"NFSv2 Postoffice",B_NORMAL_PRIORITY,ns);
/haiku/src/apps/terminal/
H A DTermApp.cpp114 "child cleanup", B_NORMAL_PRIORITY, this);
H A DShell.cpp544 set_thread_priority(find_thread(NULL), B_NORMAL_PRIORITY); local
/haiku/src/apps/haikudepot/process/
H A DThreadedProcessNode.cpp79 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/generic/locked_pool/
H A Dlocked_pool.c288 "locked_pool_enlarger", B_NORMAL_PRIORITY, NULL);
/haiku/src/apps/haikudepot/ui/
H A DPackageContentsView.cpp295 "Package Contents Populator", B_NORMAL_PRIORITY, this);
/haiku/src/system/kernel/disk_device_manager/
H A DKDiskDeviceManager.cpp186 "device event", B_NORMAL_PRIORITY, deviceEvent);
266 "media checker", B_NORMAL_PRIORITY, this);
/haiku/src/system/libroot/os/
H A Dimage.cpp239 B_NORMAL_PRIORITY, B_WAIT_TILL_LOADED, -1, 0);

Completed in 294 milliseconds

123456789