Searched refs:thread_get_state (Results 1 - 7 of 7) sorted by relevance

/macosx-10.10/libpthread-105.1.4/src/
H A Dthread_setup.c83 (void)thread_get_state(_pthread_kernel_thread(thread),
/macosx-10.10/objc4-646/runtime/
H A Dobjc-cache.mm633 // A sentinel (magic value) to report bad thread_get_state status.
635 // Must not be zero - thread_get_state() on a new thread returns PC == 0.
643 kern_return_t okay = thread_get_state (thread, i386_THREAD_STATE, (thread_state_t)&state, &count);
650 kern_return_t okay = thread_get_state (thread, x86_THREAD_STATE64, (thread_state_t)&state, &count);
657 kern_return_t okay = thread_get_state (thread, ARM_THREAD_STATE, (thread_state_t)&state, &count);
664 kern_return_t okay = thread_get_state (thread, ARM_THREAD_STATE64, (thread_state_t)&state, &count);
H A Dobjc-cache-old.mm706 // A sentinel (magic value) to report bad thread_get_state status.
708 // Must not be zero - thread_get_state() on a new thread returns PC == 0.
722 kern_return_t okay = thread_get_state (thread, i386_THREAD_STATE, (thread_state_t)&state, &count);
729 kern_return_t okay = thread_get_state (thread, x86_THREAD_STATE64, (thread_state_t)&state, &count);
736 kern_return_t okay = thread_get_state (thread, ARM_THREAD_STATE, (thread_state_t)&state, &count);
/macosx-10.10/xnu-2782.1.97/osfmk/mach/
H A Dthread_act.defs128 routine thread_get_state(
/macosx-10.10/xnu-2782.1.97/osfmk/kern/
H A Dthread_act.c418 thread_get_state( function
660 return (thread_get_state(thread, flavor, tstate, count));
944 return (thread_get_state(thread, flavor, state, count));
/macosx-10.10/libauto-186/
H A DThread.cpp421 kern_return_t err = thread_get_state(_thread, flavor, state.data, &user_count);
435 err = thread_get_state(_thread, flavor, state.data, &user_count);
/macosx-10.10/JavaScriptCore-7600.1.17/heap/
H A DMachineStackMarker.cpp340 kern_return_t result = thread_get_state(platformThread, flavor, (thread_state_t)&regs, &user_count);
343 "JavaScript garbage collection failed because thread_get_state returned an error (%d). This is probably the result of running inside Rosetta, which is not supported.", result);

Completed in 191 milliseconds