Searched refs:SYNC (Results 1 - 5 of 5) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dmp_events.h68 typedef enum { SYNC, ASYNC, NOSYNC } mp_sync_t; enumerator in enum:__anon938
H A Di386_timer.c368 mp_cpus_call(cpu_to_cpumask(cpu), SYNC, fn, arg); local
H A Dmp.c745 if (mode == SYNC) {
754 DBG("i386_signal_cpu(%d, 0x%x, SYNC) timed out\n",
1189 * SYNC: function is called serially on target cpus in logical cpu order
1308 if (mode == SYNC && action_func != NULL) {
1364 if (mode == SYNC) {
1374 /* Call locally if mode not SYNC */
1375 if (mode != SYNC && call_self ) {
1944 ct = mp_cpus_call(cpu_to_cpumask(master_cpu), SYNC, _cpu_warm_setup, &cwd);
/xnu-2782.1.97/libkern/zlib/
H A Dinflate.h77 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon849
H A Dinflate.c1151 case SYNC:
1305 if (state->mode != SYNC) {
1306 state->mode = SYNC;

Completed in 33 milliseconds