OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:job_name
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/sys/
threadpool.h
59
char
job_name
[MAXCOMLEN];
member in struct:threadpool_job
/src/sys/kern/
kern_threadpool.c
758
(void)vsnprintf(job->
job_name
, sizeof(job->
job_name
), fmt, ap);
764
cv_init(&job->job_cv, job->
job_name
);
794
(void)strlcpy(job->
job_name
, "deadjob", sizeof(job->
job_name
));
1143
curlwp->l_name = job->
job_name
;
/src/external/gpl2/groff/dist/src/devices/grohtml/
post-html.cpp
84
static string
job_name
; /* if set then the output is split into */
variable
85
/* multiple files with `
job_name
'-%d.html */
2898
string split_file =
job_name
;
2911
* do_job_name - assigns the
job_name
to name.
2920
job_name
= name;
4605
top = string(
job_name
);
5004
job_name
= optarg;
Completed in 20 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026