Lines Matching full:darwin
3258 * wtf/ThreadingPthreads.cpp: used #ifdef PLATFORM(DARWIN) around waitForThreadCompletion().
7754 Make HAVE_MADV_FREE darwin only for now
8241 Always tag mmaped memory on darwin and clean up #defines
9384 Explicitly define HAVE_LANGINFO_H on Darwin. Fixes the wx build bot jscore
11552 It does not match the DARWIN definition.
15820 Switch to arc4random on PLATFORM(DARWIN), this is ~1.5x slower than random(), but the
15852 being initialized on Darwin, but rand() actually being used. Fix this by
15853 making randomNumber() use random() instead of rand() on Darwin.
16713 Functional change on darwin: Use random() instead of rand(), as it got a larger
16715 and I just moved it in randomNumber(), as special case for PLATFORM(DARWIN).
25449 Fix warning when building on Darwin without JSC_MULTIPLE_THREADS
26002 matches Darwin/MSVC fixing CTI/WREC on Linux.
29431 - Add a workaround for a bug in ceil in Darwin libc.
29442 (wtf_ceil): Add ceil workaround for darwin.
29491 on Darwin and to call the properly mangled Machine::cti_vm_throw
38519 Only initialize mainThreadIdentifier on non-Darwin platforms. It was not guaranteed to be
38520 accurate on Darwin.