Searched refs:B_WAIT_TILL_LOADED (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/headers/build/os/kernel/
H A Dimage.h58 B_WAIT_TILL_LOADED = 0x01, // Wait till the loader has loaded and relocated enumerator in enum:__anon34
/haiku-fatelf/headers/os/kernel/
H A Dimage.h61 B_WAIT_TILL_LOADED = 0x01, enumerator in enum:__anon445
/haiku-fatelf/src/system/libroot/os/
H A Dimage.cpp56 B_NORMAL_PRIORITY, B_WAIT_TILL_LOADED, -1, 0);
/haiku-fatelf/src/bin/debug/
H A Ddebug_utils.cpp106 B_NORMAL_PRIORITY, (traceLoading ? 0 : B_WAIT_TILL_LOADED), -1, 0);
/haiku-fatelf/src/kits/debug/
H A DTeamDebugger.cpp151 B_NORMAL_PRIORITY, (traceLoading ? 0 : B_WAIT_TILL_LOADED), -1, 0);
/haiku-fatelf/src/system/kernel/
H A Dteam.cpp1704 if (flags & B_WAIT_TILL_LOADED) {
1802 if ((flags & B_WAIT_TILL_LOADED) != 0) {
3616 B_CURRENT_TEAM, B_WAIT_TILL_LOADED);
3671 B_NORMAL_PRIORITY, parentID, B_WAIT_TILL_LOADED, -1, 0);
/haiku-fatelf/src/kits/tracker/
H A DFSUtils.cpp3316 B_NORMAL_PRIORITY, B_WAIT_TILL_LOADED, errorPort, 0);

Completed in 65 milliseconds