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

/darwin-on-arm/xnu/osfmk/i386/
H A Dmp_events.h68 typedef enum { SYNC, ASYNC, NOSYNC } mp_sync_t; enumerator in enum:__anon973
H A Dmp.c675 if (mode == SYNC) {
682 DBG("i386_signal_cpu(%d, 0x%x, SYNC) timed out\n",
1043 * SYNC: function is called serially on target cpus in logical cpu order
1141 if (mode == SYNC && action_func != NULL) {
1199 if (mode == SYNC) {
1205 /* Call locally if mode not SYNC */
1206 if (mode != SYNC && call_self ) {
1746 ct = mp_cpus_call(cpu_to_cpumask(master_cpu), SYNC, _cpu_warm_setup, &cwd);
/darwin-on-arm/xnu/libkern/zlib/
H A Dinflate.h77 SYNC /* looking for synchronization bytes to restart inflate() */ enumerator in enum:__anon825
H A Dinflate.c1151 case SYNC:
1305 if (state->mode != SYNC) {
1306 state->mode = SYNC;
/darwin-on-arm/xnu/bsd/dev/i386/
H A Ddtrace_isa.c161 mp_cpus_call (CPUMASK_ALL, SYNC, xcRemote, (void*)&xcArg);
164 mp_cpus_call (cpu_to_cpumask((cpu_t)cpu), SYNC, xcRemote, (void*)&xcArg); local

Completed in 35 milliseconds