OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thr_create
(Results
1 - 10
of
10
) sorted by relevancy
/src/external/bsd/openldap/dist/libraries/libldap/
thr_thr.c
70
return(
thr_create
( NULL, LDAP_PVT_THREAD_STACK_SIZE, start_routine,
/src/external/cddl/osnet/dist/head/
thread.h
80
thr_create
(void *stack_base, size_t stack_size, void *(*start_func) (void*),
function
/src/lib/libc/include/
reentrant.h
219
#define
thr_create
(tp, ta, f, a) __libc_thr_create((tp), (ta), (f), (a))
macro
/src/crypto/external/bsd/heimdal/dist/include/
heim_threads.h
105
#define HEIMDAL_THREAD_create(t,f,a)
thr_create
((t), 0, (f), (a))
/src/external/bsd/unbound/dist/util/
locks.h
211
#define ub_thread_create(thr, func, arg) LOCKRET(
thr_create
(NULL, NULL, func, arg, NULL, thr))
/src/external/cddl/osnet/dist/lib/libzpool/common/
taskq.c
271
(void)
thr_create
(0, 0, taskq_thread,
kernel.c
84
VERIFY(
thr_create
(0, 0, (void *(*)(void *))func, arg, THR_DETACHED,
/src/external/gpl2/gettext/dist/gettext-runtime/tests/
test-lock.c
142
if (
thr_create
(NULL, 0, func, arg, 0, &thread) != 0)
/src/external/cddl/osnet/dist/cmd/ztest/
ztest.c
5705
VERIFY(
thr_create
(0, 0, ztest_resume_thread, spa, THR_BOUND,
5711
VERIFY(
thr_create
(0, 0, ztest_deadman_thread, zs, THR_BOUND,
5751
VERIFY(
thr_create
(0, 0, ztest_thread, (void *)(uintptr_t)t,
/src/external/bsd/unbound/dist/
configure
20279
{ printf "%s\n" "$as_me:${as_lineno-$LINENO}: checking for library containing
thr_create
" >&5
20280
printf %s "checking for library containing
thr_create
... " >&6; }
20298
char
thr_create
(void);
20302
return
thr_create
();
Completed in 51 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026