OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrname
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/rump/librump/rumpkern/
threads.c
142
const char *
thrname
= NULL;
local in function:kthread_create
153
thrname
= thrstore;
206
if (
thrname
) {
208
strlcpy(l->l_name,
thrname
, MAXCOMLEN);
211
rv = rumpuser_thread_create(threadbouncer, td,
thrname
,
/src/lib/librumpuser/
rumpuser_pth.c
55
rumpuser_thread_create(void *(*f)(void *), void *arg, const char *
thrname
,
84
if (rv == 0 &&
thrname
) {
85
pthread_setname_np(*ptidp,
thrname
, NULL);
88
if (rv == 0 &&
thrname
) {
89
pthread_setname_np(*ptidp,
thrname
);
rumpuser_pth_dummy.c
70
rumpuser_thread_create(void *(*f)(void *), void *arg, const char *
thrname
,
rumpfiber.c
640
rumpuser_thread_create(void *(*f)(void *), void *arg, const char *
thrname
,
645
thr = create_thread(
thrname
, NULL, (void (*)(void *))f, arg, NULL, 0);
Completed in 13 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025