OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:workers
(Results
1 - 4
of
4
) sorted by relevancy
/src/sbin/dump/
tape.c
86
* sends writeheader()'s and lists of daddr's to the
workers
via pipes.
87
* The following structure defines the instruction packets sent to
workers
.
95
#define
WORKERS
3 /* 1 worker writing, 1 reading, 1 for slack */
107
}
workers
[
WORKERS
+1];
variable in typeref:struct:worker
141
for (i = 0; i <=
WORKERS
; i++) {
144
workers
[i].tblock = (char (*)[TP_BSIZE])
146
workers
[i].req = (struct req *)
workers
[i].tblock - ntrec - 1;
148
wp = &
workers
[0]
[
all
...]
/src/sys/external/bsd/compiler_rt/dist/lib/asan/tests/
asan_mac_test.cc
176
pthread_t
workers
[kNumWorkers], forker;
local
178
PTHREAD_CREATE(&
workers
[i], 0, MallocIntrospectionLockWorker, 0);
182
PTHREAD_JOIN(
workers
[i], 0);
/src/usr.sbin/nfsd/
nfsd.c
428
pthread_t *
workers
;
local
521
workers
= calloc(nfsdcnt, sizeof(*
workers
));
522
if (
workers
== NULL) {
530
error = pthread_create(&
workers
[i], NULL, worker, NULL);
564
pthread_join(
workers
[i], NULL);
/src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
FuzzerDriver.cpp
250
Cmd.removeFlag("
workers
");
560
if (Flags.jobs > 0 && Flags.
workers
== 0) {
561
Flags.
workers
= std::min(NumberOfCpuCores() / 2, Flags.jobs);
562
if (Flags.
workers
> 1)
563
Printf("Running %u
workers
\n", Flags.
workers
);
566
if (Flags.
workers
> 0 && Flags.jobs > 0)
567
return RunInMultipleProcesses(Args, Flags.
workers
, Flags.jobs);
Completed in 18 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026