Searched refs:B_NORMAL_PRIORITY (Results 26 - 50 of 220) sorted by last modified time

123456789

/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp88 B_NORMAL_PRIORITY, this);
/haiku/src/apps/glteapot/
H A DObjectView.cpp260 fDrawThread = spawn_thread(simonThread, "Simon", B_NORMAL_PRIORITY, this);
/haiku/src/apps/haikudepot/ui/
H A DUserUsageConditionsWindow.cpp237 "Fetch usage conditions data", B_NORMAL_PRIORITY, this);
H A DToLatestUserUsageConditionsWindow.cpp262 "Fetch usage conditions data", B_NORMAL_PRIORITY, this);
339 "Agree usage conditions", B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/tracker/zipomatic/
H A DZipperThread.cpp38 GenericThread("ZipperThread", B_NORMAL_PRIORITY, refsMessage),
/haiku/src/system/kernel/
H A Dthread.cpp916 ? B_NORMAL_PRIORITY : attributes.priority;
1479 scheduler_set_thread_priority(thread, B_NORMAL_PRIORITY);
H A Dteam.cpp1874 threadName, B_NORMAL_PRIORITY, teamArgs, teamID, mainThread);
3769 return load_image_etc(argCount, args, env, B_NORMAL_PRIORITY,
3825 B_NORMAL_PRIORITY, parentID, B_WAIT_TILL_LOADED, -1, 0);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp1415 B_NORMAL_PRIORITY,
/haiku/src/apps/icon-o-matic/import_export/
H A DExporter.cpp67 B_NORMAL_PRIORITY, this);
/haiku/src/apps/magnify/
H A DMagnify.cpp1300 B_NORMAL_PRIORITY, this);
/haiku/headers/os/kernel/
H A DOS.h326 #define B_NORMAL_PRIORITY 10 macro
/haiku/src/apps/terminal/
H A DTermParse.cpp184 B_NORMAL_PRIORITY, this);
/haiku/src/tests/system/kernel/scheduler/
H A Dmain.cpp154 B_NORMAL_PRIORITY, this);
/haiku/src/bin/mail_utils/
H A Dspamdbm.cpp5589 : BLooper ("CommanderLooper", B_NORMAL_PRIORITY),
/haiku/src/apps/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp574 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/media/media-add-ons/usb_webcam/
H A DProducer.cpp805 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/media/media-add-ons/usb_vision/
H A DProducer.cpp969 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/media/media-add-ons/finepix_webcam/FinePixProducer/
H A DProducer.cpp614 B_NORMAL_PRIORITY, this);
/haiku/src/apps/mail/
H A DContent.cpp1777 resume_thread(fThread = spawn_thread(Reader::Run, "reader", B_NORMAL_PRIORITY, reader));
/haiku/src/apps/cortex/addons/LoggingConsumer/
H A DLogWriter.cpp130 mLogThread = ::spawn_thread(&LogWriterLoggingThread, "LogWriter", B_NORMAL_PRIORITY, this);
/haiku/src/system/libroot/posix/pthread/
H A Dpthread.cpp28 B_NORMAL_PRIORITY,
/haiku/src/system/kernel/debug/
H A Duser_debugger.cpp2729 B_NORMAL_PRIORITY, NULL, teamID);
/haiku/src/kits/tracker/infowindow/
H A DInfoWindow.cpp229 B_NORMAL_PRIORITY, this);
300 B_NORMAL_PRIORITY, this);
/haiku/src/apps/poorman/
H A DPoorManServer.cpp114 B_NORMAL_PRIORITY,
278 B_NORMAL_PRIORITY,
/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp333 "usb_serial input thread", B_NORMAL_PRIORITY, this);

Completed in 201 milliseconds

123456789