Searched refs:timeshare (Results 1 - 10 of 10) sorted by relevance

/darwin-on-arm/xnu/osfmk/kern/
H A Dthread_policy.c88 boolean_t timeshare = TRUE; local
94 timeshare = info->timeshare;
98 timeshare = FALSE;
106 if (timeshare) {
127 if (timeshare)
406 boolean_t timeshare = TRUE; local
415 timeshare = (thread->sched_mode == TH_MODE_TIMESHARE) != 0;
417 timeshare = (thread->saved_mode == TH_MODE_TIMESHARE) != 0;
430 info->timeshare
[all...]
/darwin-on-arm/xnu/osfmk/mach/
H A Dthread_policy.h103 * timeshare: TRUE (the default) results in identical scheduling
110 boolean_t timeshare; member in struct:thread_extended_policy
/darwin-on-arm/xnu/tools/tests/MPMMTest/
H A DMPMMtest.c67 static boolean_t timeshare = FALSE; variable
89 fprintf(stderr, " -timeshare\t\tthreads use timeshare\n");
104 fprintf(stderr, " . not timeshare\n");
145 } else if (0 == strcmp("-timeshare", argv[0])) {
146 timeshare = TRUE;
336 if (!timeshare) {
337 epolicy.timeshare = FALSE;
H A DKQMPMMtest.c69 static boolean_t timeshare = FALSE; variable
90 fprintf(stderr, " -timeshare\t\tthreads use timeshare\n");
105 fprintf(stderr, " . not timeshare\n");
146 } else if (0 == strcmp("-timeshare", argv[0])) {
147 timeshare = TRUE;
321 if (!timeshare) {
322 epolicy.timeshare = FALSE;
/darwin-on-arm/xnu/tools/tests/affinity/
H A Dpool.c207 epolicy.timeshare = FALSE;
H A Dsets.c196 epolicy.timeshare = FALSE;
/darwin-on-arm/xnu/tools/tests/jitter/
H A Dtimer_jitter.c80 printf("Usage: jitter [-w] [-s <random seed>] [-n <min sleep, ns>] [-m <max sleep, ns>] <realtime | timeshare | fixed> <num iterations> <traceworthy jitter, ns>\n");
86 if (strcmp(str, "timeshare") == 0) {
125 pol.timeshare = 0;
/darwin-on-arm/xnu/tools/tests/zero-to-n/
H A Dzero-to-n.c113 if (strcmp(str, "timeshare") == 0) {
173 pol.timeshare = 0;
354 printf("Usage: zn <num threads> <chain | broadcast-single-sem | broadcast-per-thread> <realtime | timeshare | fixed> <num iterations> [-trace <traceworthy latency in ns>] [-spin] [-verbose]\n");
/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c392 extinfo.timeshare = 1;
394 extinfo.timeshare = 0;
1916 extinfo.timeshare = policy;
/darwin-on-arm/xnu/osfmk/vm/
H A Dbsd_vm.c311 ext.timeshare = FALSE;

Completed in 93 milliseconds