Home | History | Annotate | Download | only in MacOSX

Lines Matching defs:ocount

1851         size_t ocount = 0;
1852 err.SetError( ::posix_spawnattr_setbinpref_np (&attr, 1, &cpu_type, &ocount), DNBError::POSIX);
1854 err.LogThreaded("::posix_spawnattr_setbinpref_np ( &attr, 1, cpu_type = 0x%8.8x, count => %llu )", cpu_type, (uint64_t)ocount);
1856 if (err.Fail() != 0 || ocount != 1)