Searched refs:keep_going (Results 1 – 4 of 4) sorted by relevance
| /xnu-12377.81.4/tests/sched/ |
| H A D | contextswitch.c | 43 static _Atomic uint32_t keep_going = 1; variable 110 while (mach_absolute_time() < timeout && atomic_load_explicit(&keep_going, in spin_for_timeout() 149 atomic_store_explicit(&keep_going, 0, memory_order_relaxed); in thread() 151 while (atomic_load_explicit(&keep_going, memory_order_relaxed)) { in thread()
|
| /xnu-12377.81.4/tests/ |
| H A D | ioperf.c | 40 static _Atomic uint32_t keep_going = 1; variable 142 while (mach_absolute_time() < timeout && atomic_load_explicit(&keep_going, in spin_for_duration() 249 atomic_store_explicit(&keep_going, 0, memory_order_relaxed);
|
| /xnu-12377.81.4/bsd/vfs/ |
| H A D | vfs_lookup.c | 120 int vbusyflags, int *keep_going, int nc_generation, 236 int rdonly, vbusyflags, keep_going, wantparent; in namei() local 240 keep_going = 0; in namei() 246 &keep_going, ndp->ni_ncgeneration, wantparent, 0, ctx); in namei() 250 if (keep_going) { in namei() 992 int vbusyflags, int *keep_going, int nc_generation, in lookup_handle_found_vnode() argument 1000 *keep_going = 0; in lookup_handle_found_vnode() 1049 *keep_going = 1; in lookup_handle_found_vnode() 1108 *keep_going = 1; in lookup_handle_found_vnode() 1306 int keep_going; local [all …]
|
| /xnu-12377.81.4/tests/recount/ |
| H A D | recount_tests.c | 59 volatile int *keep_going = arg; in sleep_thread() local 60 while (*keep_going) { in sleep_thread()
|