Searched defs:cpu_type (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/macosx/bin/
H A Djava_md_macosx.c549 cpu_type_t cpu_type[] = { (wanted == 64) ? CPU_TYPE_X86_64 : CPU_TYPE_X86, local
552 cpu_type_t cpu_type[] = { CPU_TYPE_ANY }; local
557 posix_spawnattr_setbinpref_np(&attr, sizeof(cpu_type) / sizeof(cpu_type_t),
558 cpu_type, &unused_size);

Completed in 32 milliseconds