OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:threadname
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_arm.c
2807
char
threadname
[10];
local in function:vchiq_platform_conn_state_changed
2810
snprintf(
threadname
, sizeof(
threadname
), "VCHIQka-%d",
2815
threadname
);
2819
threadname
);
vchiq_core.c
2336
char
threadname
[10];
local in function:vchiq_init_state
2520
snprintf(
threadname
, sizeof(
threadname
), "VCHIQ-%d", state->id);
2523
threadname
);
2527
vchiq_loud_error("couldn't create thread %s",
threadname
);
2534
snprintf(
threadname
, sizeof(
threadname
), "VCHIQr-%d", state->id);
2537
threadname
);
2540
vchiq_loud_error("couldn't create thread %s",
threadname
);
2547
snprintf(
threadname
, sizeof(threadname), "VCHIQs-%d", state->id)
[
all
...]
Completed in 13 milliseconds
Indexes created Tue Sep 23 07:09:52 GMT 2025