Searched refs:ma (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/tools/tests/libMicro/
H A Dcascade_mutex.c107 pthread_mutexattr_t ma; local
121 (void) pthread_mutexattr_init(&ma);
123 (void) pthread_mutexattr_setpshared(&ma,
126 (void) pthread_mutexattr_setpshared(&ma,
131 (void) pthread_mutex_init(&locks[i], &ma);
H A Dcascade_cond.c114 pthread_mutexattr_t ma; local
149 (void) pthread_mutexattr_init(&ma);
152 (void) pthread_mutexattr_setpshared(&ma,
157 (void) pthread_mutexattr_setpshared(&ma,
164 (void) pthread_mutex_init(&mxs[i], &ma);
/darwin-on-arm/xnu/bsd/net/
H A Droute.c716 struct matchleaf_arg *ma = arg; local
723 (SINIFSCOPE(rt_key(rt))->sin_scope_id == ma->ifscope) :
724 (SIN6IFSCOPE(rt_key(rt))->sin6_scope_id == ma->ifscope));
2567 struct matchleaf_arg ma = { ifscope }; local
2569 void *w = &ma;

Completed in 31 milliseconds