Searched refs:execute (Results 1 – 16 of 16) sorted by relevance
| /xnu-10002.41.9/tools/tests/perf_index/ |
| H A D | perf_index.c | 25 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 D | perf_index.h | 5 #define DECL_TEST int execute(int thread_id, int num_threads, long long length, int test_argc, cons…
|
| /xnu-10002.41.9/tools/tests/perf_index/PerfIndex_COPS_Module/ |
| H A D | PerfIndex.h | 11 - (BOOL)execute;
|
| H A D | PITest.h | 32 - (BOOL)execute;
|
| H A D | PITest.m | 38 f = dlsym(handle, "execute"); 124 - (BOOL)execute method
|
| /xnu-10002.41.9/osfmk/mach/ |
| H A D | mach_voucher.defs | 59 /* execute a command against a given voucher attribute */
|
| H A D | thread_act.defs | 174 * execute any further user or meta- instructions. 175 * Once suspended, a thread may not execute again until
|
| H A D | task.defs | 185 * that also have non-zero suspend counts may execute.
|
| H A D | vm_map.defs | 156 * Protections are specified as a set of {read, write, execute}
|
| H A D | mach_vm.defs | 159 * Protections are specified as a set of {read, write, execute}
|
| /xnu-10002.41.9/iokit/DriverKit/ |
| H A D | IODispatchQueue.iig | 69 * By default the queue is serial and will execute one block at a time. 120 * and will not execute further work.
|
| /xnu-10002.41.9/doc/ |
| H A D | xnu_build_consolidation.md | 70 4. Providing a family of assembly macros that can be used to conditionally execute code on a specif…
|
| H A D | sched_clutch_edge.md | 225 …are ahead of the newly made runnable thread in terms of getting a chance to execute on the cluster.
|
| /xnu-10002.41.9/config/ |
| H A D | MASTER | 21 # To build a configuration, execute "doconf <configuration>."
|
| /xnu-10002.41.9/tools/lldbmacros/ |
| H A D | README.md | 249 …lled `showraw`. This will disable all kernel specific type summaries and execute any command you p…
|
| /xnu-10002.41.9/tests/ |
| H A D | stackshot_tests.m | 1810 /* not expected to execute as parent will SIGKILL client... */ 2100 /* not expected to execute as parent will SIGKILL client */
|