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

/haiku/src/system/kernel/
H A Dteam.cpp1740 io_context* parentIOContext = NULL; local
1794 parentIOContext = parent->io_context;
1795 vfs_get_io_context(parentIOContext);
1812 team->io_context = vfs_new_io_context(parentIOContext, true);
1819 vfs_put_io_context(parentIOContext);
1820 parentIOContext = NULL;
1945 if (parentIOContext != NULL)
1946 vfs_put_io_context(parentIOContext);

Completed in 19 milliseconds