Home
last modified time | relevance | path

Searched refs:execute (Results 1 – 16 of 16) sorted by relevance

/xnu-8792.61.2/tools/tests/perf_index/
H A Dperf_index.c25 int (*execute)(int, int, long long, int, void**); member
95 test->execute = (int (*)(int, int, long long, int, void **))p; in load_test()
153 test.execute(my_index, args.num_threads, work_size, args.test_argc, args.test_argv); in thread_setup()
H A Dperf_index.h5 #define DECL_TEST int execute(int thread_id, int num_threads, long long length, int test_argc, cons…
/xnu-8792.61.2/tools/tests/perf_index/PerfIndex_COPS_Module/
H A DPerfIndex.h11 - (BOOL)execute;
H A DPITest.h32 - (BOOL)execute;
H A DPITest.m38 f = dlsym(handle, "execute");
124 - (BOOL)execute method
/xnu-8792.61.2/osfmk/mach/
H A Dmach_voucher.defs59 /* execute a command against a given voucher attribute */
H A Dthread_act.defs174 * execute any further user or meta- instructions.
175 * Once suspended, a thread may not execute again until
H A Dtask.defs185 * that also have non-zero suspend counts may execute.
H A Dvm_map.defs156 * Protections are specified as a set of {read, write, execute}
H A Dmach_vm.defs159 * Protections are specified as a set of {read, write, execute}
/xnu-8792.61.2/iokit/DriverKit/
H A DIODispatchQueue.iig63 * By default the queue is serial and will execute one block at a time.
114 * and will not execute further work.
/xnu-8792.61.2/doc/
H A Dxnu_build_consolidation.md70 4. Providing a family of assembly macros that can be used to conditionally execute code on a specif…
H A Dsched_clutch_edge.md228 …are ahead of the newly made runnable thread in terms of getting a chance to execute on the cluster.
/xnu-8792.61.2/config/
H A DMASTER21 # To build a configuration, execute "doconf <configuration>."
/xnu-8792.61.2/tools/lldbmacros/
H A DREADME.md249 …lled `showraw`. This will disable all kernel specific type summaries and execute any command you p…
/xnu-8792.61.2/tests/
H A Dstackshot_tests.m1790 /* not expected to execute as parent will SIGKILL client... */