Searched refs:copyio_state (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dthread.h183 int copyio_state; member in struct:machine_thread
H A Dloose_ends.c747 thread->machine.copyio_state = WINDOWS_DIRTY;
768 int copyio_state; local
778 (int)nbytes, thread->machine.copyio_state, 0);
840 copyio_state = thread->machine.copyio_state;
841 thread->machine.copyio_state = WINDOWS_OPENED;
877 copyio_state = WINDOWS_DIRTY;
900 if (copyio_state == WINDOWS_DIRTY) {
903 copyio_state = WINDOWS_CLEAN;
993 thread->machine.copyio_state
[all...]
H A Dpmap.h671 if (new_th->machine.copyio_state == WINDOWS_OPENED) \
674 new_th->machine.copyio_state = WINDOWS_DIRTY; \
H A Dgenassym.c200 DECLARE("ACT_COPYIO_STATE", offsetof(thread_t, machine.copyio_state));

Completed in 31 milliseconds