OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:threadname
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_core.c
2343
char
threadname
[10];
local
2527
snprintf(
threadname
, sizeof(
threadname
), "VCHIQ-%d", state->id);
2530
threadname
);
2534
vchiq_loud_error("couldn't create thread %s",
threadname
);
2541
snprintf(
threadname
, sizeof(
threadname
), "VCHIQr-%d", state->id);
2544
threadname
);
2547
vchiq_loud_error("couldn't create thread %s",
threadname
);
2554
snprintf(
threadname
, sizeof(threadname), "VCHIQs-%d", state->id)
[
all
...]
vchiq_arm.c
2807
char
threadname
[10];
local
2810
snprintf(
threadname
, sizeof(
threadname
), "VCHIQka-%d",
2815
threadname
);
2819
threadname
);
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026