OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadcond
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/
condition.c
103
isc_condition_thread_t *
threadcond
;
local
110
for (
threadcond
= ISC_LIST_HEAD(cond->threadlist);
111
threadcond
!= NULL;
112
threadcond
= ISC_LIST_NEXT(
threadcond
, link)) {
114
if (
threadcond
->th == thrd) {
115
*threadcondp =
threadcond
;
146
isc_condition_thread_t *
threadcond
;
local
158
for (
threadcond
= ISC_LIST_HEAD(cond->threadlist);
159
threadcond
!= NULL
175
isc_condition_thread_t *next, *
threadcond
;
local
211
isc_condition_thread_t *
threadcond
= NULL;
local
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 08 00:25:21 UTC 2026