Searched refs:loading_info (Results 1 - 3 of 3) sorted by relevance

/haiku/src/system/kernel/
H A Dimage.cpp429 if (team->loading_info != NULL) {
435 team->loading_info->result = result;
436 team->loading_info->condition.NotifyAll();
437 team->loading_info = NULL;
H A Dteam.cpp465 loading_info = NULL;
1777 team->loading_info = &loadingInfo;
1898 // responsible for unsetting `loading_info` in the team structure.
1904 if (team->loading_info != NULL)
1905 panic("team loading wait complete, but loading_info != NULL");
3322 if (team->loading_info != NULL) {
3324 team->loading_info->result = B_ERROR;
3327 team->loading_info->condition.NotifyAll();
3328 team->loading_info = NULL;
/haiku/headers/private/kernel/
H A Dthread_types.h263 struct team_loading_info *loading_info; // protected by fLock member in struct:BKernel::Team

Completed in 49 milliseconds