OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:isc_threadfunc_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mpl/bind/dist/lib/isc/include/isc/
thread.h
38
typedef void *(*
isc_threadfunc_t
)(void *);
typedef
45
isc_thread_main(
isc_threadfunc_t
, void *);
48
isc_thread_create(
isc_threadfunc_t
, void *, isc_thread_t *);
/src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/
thread.h
42
typedef isc_threadresult_t (*
isc_threadfunc_t
)(isc_threadarg_t);
typedef
45
isc_thread_create(
isc_threadfunc_t
, isc_threadarg_t, isc_thread_t *);
/src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/
thread.h
37
typedef isc_threadresult_t (*
isc_threadfunc_t
)(isc_threadarg_t);
typedef
41
isc_thread_create(
isc_threadfunc_t
, isc_threadarg_t, isc_thread_t *);
/src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/
thread.h
72
typedef isc_threadresult_t (WINAPI *
isc_threadfunc_t
)(isc_threadarg_t);
typedef
80
isc_thread_create(
isc_threadfunc_t
, isc_threadarg_t, isc_thread_t *);
Completed in 22 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026