OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrd_start_t
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libpthread/
threads.h
63
typedef int (*
thrd_start_t
) (void *);
typedef
105
int thrd_create(thrd_t *,
thrd_start_t
, void *);
thrd.c
44
thrd_start_t
func;
66
thrd_create(thrd_t *thr,
thrd_start_t
func, void *arg)
Completed in 16 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026