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

/haiku/src/system/kernel/fs/
H A Dfd.cpp313 select_info* selectInfos = NULL; local
324 selectInfos = context->select_infos[fd];
330 if (selectInfos != NULL)
331 deselect_select_infos(descriptor, selectInfos, true);
407 select_info* selectInfos = context->select_infos[newfd]; local
416 deselect_select_infos(evicted, selectInfos, true);
/haiku/src/system/kernel/
H A Dthread.cpp2230 select_info* selectInfos = thread->select_infos;
2241 select_info* info = selectInfos;

Completed in 46 milliseconds