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

/macosx-10.10.1/xnu-2782.1.97/tools/tests/libMicro/
H A Dcascade_cond.c71 static pthread_mutex_t *mxs; variable
120 mxs = (pthread_mutex_t *)mmap(NULL,
125 if (mxs == MAP_FAILED) {
164 (void) pthread_mutex_init(&mxs[i], &ma);
175 (void) pthread_mutex_lock(&mxs[index]);
177 (void) pthread_cond_wait(&cvs[index], &mxs[index]);
180 (void) pthread_mutex_unlock(&mxs[index]);
188 (void) pthread_mutex_lock(&mxs[index]);
191 (void) pthread_mutex_unlock(&mxs[index]);
195 (void) pthread_mutex_unlock(&mxs[inde
[all...]
/macosx-10.10.1/tcl-105/tcl_ext/tcllib/tcllib/modules/dns/
H A Dspf.tcl227 set mxs [MX $testdomain]
229 foreach mx $mxs {
/macosx-10.10.1/ruby-106/ruby/ext/bigdecimal/
H A Dbigdecimal.c542 size_t mxs; local
549 mxs = mx;
553 if (mx<mxs) {

Completed in 87 milliseconds