Searched refs:initialized (Results 1 - 16 of 16) sorted by last modified time

/haiku/src/system/kernel/device_manager/
H A Ddevice_manager.cpp130 // initialized
638 bool initialized = node->IsInitialized(); local
642 return initialized ? B_BUSY : B_OK;
1196 // our parent always has to be initialized
1406 // our parent always has to be initialized
1518 // We keep this driver loaded by having it always initialized
2155 process keeps the driver initialized to optimize the startup procedure;
/haiku/src/system/kernel/
H A Dthread.cpp2859 // set up the cpu pointer in the not yet initialized per-cpu idle thread
3107 if (!team->exit.initialized) {
3112 team->exit.initialized = true;
H A Dteam.cpp490 // exit status -- setting initialized to false suffices
491 exit.initialized = false;
2449 ASSERT(team->exit.initialized);
3484 /*! Inits the given team's exit information, if not yet initialized, to some
3488 \param team The team whose exit info shall be initialized.
3495 if (!team->exit.initialized) {
3500 team->exit.initialized = true;
4354 if (!team->exit.initialized) {
4359 team->exit.initialized = true;
H A Dsignal.cpp1210 if (!team->exit.initialized) {
1215 team->exit.initialized = true;
/haiku/headers/private/kernel/
H A Dthread_types.h305 bool initialized; // true when the state has been initialized member in struct:BKernel::Team::__anon93
/haiku/src/apps/poorman/
H A DPoorManServer.cpp245 hc->initialized = 0;
/haiku/src/tests/system/libroot/posix/
H A DCryptTest.cpp112 data.initialized = 0;
/haiku/headers/compatibility/gnu/
H A Dcrypt.h23 int initialized; member in struct:crypt_data
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c1694 if ( ! hc->initialized )
1721 hc->initialized = 1;
2504 if ( hc->initialized )
2522 hc->initialized = 0;
H A Dlibhttpd.h100 int initialized; member in struct:__anon19
216 ** The caller is also responsible for setting initialized to zero before the
/haiku/src/tests/kits/app/broster/
H A DLaunchTester.cpp90 static bool initialized = false; local
91 if (!initialized) {
96 initialized = true;
H A DFindAppTester.cpp60 static bool initialized = false; local
61 if (!initialized) {
66 initialized = true;
/haiku/src/build/libroot/
H A Dfs_attr_generic.cpp50 static bool initialized = false; local
53 if (initialized)
73 initialized = true;
/haiku/src/system/libroot/posix/glibc/include/
H A Dlibc-symbols.h369 # define bss_set_element(set, symbol) ?error Must use initialized data.
/haiku/src/tools/fs_shell/
H A Dexternal_commands_beos.cpp22 static bool initialized = false; local
24 if (!initialized) {
26 initialized = true;
/haiku/src/tests/system/kernel/device_manager/playground/
H A Ddevice_manager.cpp119 // initialized
427 bool initialized = node->IsInitialized(); local
431 return initialized ? B_BUSY : B_OK;
908 // our parent always has to be initialized
1058 // our parent always has to be initialized
1150 // We keep this driver loaded by having it always initialized
1620 process keeps the driver initialized to optimize the startup procedure;

Completed in 111 milliseconds