Searched refs:B_NORMAL_PRIORITY (Results 101 - 125 of 220) sorted by path

123456789

/haiku/src/tests/system/kernel/
H A Dreserved_areas_test.cpp77 B_NORMAL_PRIORITY, NULL);
81 B_NORMAL_PRIORITY, NULL);
H A Dselect_close_test.cpp27 thread_id thread = spawn_thread(close_fd, "close fd", B_NORMAL_PRIORITY,
H A Dsem_acquire_test1.cpp38 B_NORMAL_PRIORITY, (void*)"thread1");
44 B_NORMAL_PRIORITY, NULL);
50 B_NORMAL_PRIORITY, (void*)"thread3");
H A Dsyscall_restart_test.cpp40 thread_id thread = spawn_thread(_ThreadEntry, fName, B_NORMAL_PRIORITY,
H A Dwait_for_objects_test.cpp58 B_NORMAL_PRIORITY, NULL);
/haiku/src/tests/system/kernel/unit/lock/
H A DRWLockTests.cpp140 B_NORMAL_PRIORITY, (void*)(addr_t)i);
/haiku/src/tests/system/libroot/posix/
H A Dabort_test.cpp27 B_NORMAL_PRIORITY, NULL);
H A Dflock_test.cpp145 thread_id thread = spawn_thread(try_to_lock, "try", B_NORMAL_PRIORITY, (void *)fd);
H A Dsignal_in_allocator_test.cpp59 B_NORMAL_PRIORITY, NULL);
H A Dsignal_in_allocator_test2.cpp69 B_NORMAL_PRIORITY, NULL);
/haiku/src/tests/system/network/tcptester/
H A Dtcptester.cpp239 B_NORMAL_PRIORITY, &newSock);
/haiku/src/tests/system/network/
H A Dtest1.c55 B_NORMAL_PRIORITY, &i);
H A Dtest2.c65 B_NORMAL_PRIORITY, &i);
H A Dtest3.c77 B_NORMAL_PRIORITY, &i);
/haiku/src/tools/cppunit/
H A DTestApp.cpp71 B_NORMAL_PRIORITY, this);
/haiku/headers/os/kernel/
H A DOS.h326 #define B_NORMAL_PRIORITY 10 macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1174 #define B_NORMAL_PRIORITY FSSH_B_NORMAL_PRIORITY macro
/haiku/src/add-ons/kernel/bus_managers/acpi/
H A DNamespaceDump.cpp214 B_NORMAL_PRIORITY, device);
/haiku/src/add-ons/kernel/bus_managers/mmc/
H A Dmmc_bus.cpp41 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/bus_managers/virtio/
H A DVirtioBalloonDevice.cpp88 B_NORMAL_PRIORITY, this);
/haiku/src/add-ons/kernel/busses/mmc/
H A Dsdhci.cpp104 B_NORMAL_PRIORITY, this);
/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);
H A Duhci.cpp668 "uhci cleanup thread", B_NORMAL_PRIORITY, (void *)this);
/haiku/src/add-ons/kernel/drivers/input/hid_shared/
H A DJoystickProtocolHandler.cpp199 B_NORMAL_PRIORITY, (void *)this);
/haiku/src/add-ons/kernel/drivers/ports/pc_serial/
H A DSerialDevice.cpp595 B_NORMAL_PRIORITY, this);

Completed in 267 milliseconds

123456789