Searched refs:B_NORMAL_PRIORITY (Results 176 - 200 of 220) sorted by relevance

123456789

/haiku/src/add-ons/kernel/drivers/ports/usb_serial/
H A DSerialDevice.cpp333 "usb_serial input thread", 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/mediaplayer/media_node_framework/video/
H A DVideoProducer.cpp574 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/mail_daemon/inbound_protocols/imap/
H A DIMAPFolder.cpp513 "IMAP folder state", B_NORMAL_PRIORITY, this);
/haiku/headers/os/kernel/
H A DOS.h326 #define B_NORMAL_PRIORITY 10 macro
/haiku/src/apps/glteapot/
H A DObjectView.cpp260 fDrawThread = spawn_thread(simonThread, "Simon", B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp104 B_NORMAL_PRIORITY, this);
/haiku/src/tests/system/network/tcp_shell/
H A Dtcp_shell.cpp1354 B_NORMAL_PRIORITY, NULL);
1377 server ? "server receiver" : "client receiver", B_NORMAL_PRIORITY,
/haiku/src/add-ons/kernel/busses/usb/
H A Dehci.cpp535 B_NORMAL_PRIORITY, (void *)this);
554 B_NORMAL_PRIORITY, (void *)this);
570 "ehci interrupt poll thread", B_NORMAL_PRIORITY, (void *)this);
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DJournal.cpp417 B_NORMAL_PRIORITY, this);
/haiku/src/apps/processcontroller/
H A DProcessController.cpp300 B_TRANSLATE("Quit application"), B_NORMAL_PRIORITY,
/haiku/src/apps/remotedesktop/
H A DRemoteView.cpp144 fDrawThread = spawn_thread(&_DrawEntry, "draw thread", B_NORMAL_PRIORITY,
/haiku/src/kits/app/
H A DLooper.cpp188 priority = B_NORMAL_PRIORITY;
H A DApplication.cpp268 BLooper(B_NORMAL_PRIORITY + 1, port < 0 ? _GetPort(signature) : port,
/haiku/src/servers/app/drawing/interface/virtual/
H A DDWindowHWInterface.cpp703 B_NORMAL_PRIORITY, app);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp595 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/usb_webcam/
H A DProducer.cpp805 B_NORMAL_PRIORITY, this);
/haiku/src/apps/terminal/
H A DTermParse.cpp184 B_NORMAL_PRIORITY, this);
/haiku/src/apps/cortex/NodeManager/
H A DNodeGroup.cpp1415 B_NORMAL_PRIORITY,
/haiku/src/apps/debuganalyzer/model_loader/
H A DModelLoader.cpp1241 info->priority = B_NORMAL_PRIORITY;
/haiku/src/system/kernel/
H A Dthread.cpp916 ? B_NORMAL_PRIORITY : attributes.priority;
1479 scheduler_set_thread_priority(thread, B_NORMAL_PRIORITY);
/haiku/src/add-ons/kernel/network/ppp/shared/libkernelppp/
H A DKPPPInterface.cpp2047 "KPPPInterface: reconnect_thread", B_NORMAL_PRIORITY, NULL);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DVolumeManager.cpp351 "node monitoring processor", B_NORMAL_PRIORITY, this);
/haiku/src/kits/interface/
H A DScrollBar.cpp667 B_NORMAL_PRIORITY, fPrivateData);

Completed in 484 milliseconds

123456789