OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_handles
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
mingw-hdep.c
57
DWORD
num_handles
;
local
79
num_handles
= 0;
114
gdb_assert (
num_handles
< MAXIMUM_WAIT_OBJECTS);
115
handles[
num_handles
++] = read;
120
gdb_assert (
num_handles
< MAXIMUM_WAIT_OBJECTS);
121
handles[
num_handles
++] = except;
125
gdb_assert (
num_handles
<= MAXIMUM_WAIT_OBJECTS);
127
event = WaitForMultipleObjects (
num_handles
,
138
&& event < WAIT_ABANDONED_0 +
num_handles
));
/src/external/gpl3/gdb/dist/gdb/
mingw-hdep.c
61
DWORD
num_handles
;
local
83
num_handles
= 0;
118
gdb_assert (
num_handles
< MAXIMUM_WAIT_OBJECTS);
119
handles[
num_handles
++] = read;
124
gdb_assert (
num_handles
< MAXIMUM_WAIT_OBJECTS);
125
handles[
num_handles
++] = except;
129
gdb_assert (
num_handles
<= MAXIMUM_WAIT_OBJECTS);
131
event = WaitForMultipleObjects (
num_handles
,
142
&& event < WAIT_ABANDONED_0 +
num_handles
));
/src/external/bsd/wpa/dist/src/utils/
eloop_win.c
69
size_t
num_handles
;
member in struct:eloop_data
79
eloop.
num_handles
= 1;
80
eloop.handles = os_malloc(eloop.
num_handles
*
101
if (eloop.
num_handles
> eloop.reader_count + eloop.event_count + 8)
103
n = os_realloc_array(eloop.handles, eloop.
num_handles
* 2,
108
eloop.
num_handles
*= 2;
/src/crypto/external/bsd/openssh/dist/
sftp-server.c
323
static u_int
num_handles
= 0;
variable
339
if (
num_handles
+ 1 <=
num_handles
)
341
num_handles
++;
342
handles = xreallocarray(handles,
num_handles
, sizeof(Handle));
343
handle_unused(
num_handles
- 1);
362
return i >= 0 && (u_int)i <
num_handles
&& handles[i].use == type;
493
for (i = 0; i <
num_handles
; i++)
Completed in 18 milliseconds
Indexes created Mon Mar 16 00:23:04 UTC 2026