Searched refs:mc_pshared (Results 1 - 13 of 13) sorted by relevance

/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_signal/
H A D1-2.c127 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
371 if ((pshared > 0) && (scenarii[scenar].mc_pshared != 0))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_timedwait/
H A D2-4.c113 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
375 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
H A D2-7.c114 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
381 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
H A D4-2.c112 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
327 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_wait/
H A D2-2.c112 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
360 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_timedwait/
H A Dstress1.c137 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
473 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
H A Dstress2.c113 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
427 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/stress/threads/pthread_cond_wait/
H A Dstress.c113 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
427 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
H A Dstress1.c138 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
463 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
H A Dstress2.c113 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
427 if ((pshared > 0) && (scenarii[i].mc_pshared != 0))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_broadcast/
H A D1-2.c140 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
416 if ((pshared > 0) && (scenarii[scenar].mc_pshared != 0))
H A D2-3.c127 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
406 if ((pshared > 0) && (scenarii[scenar].mc_pshared != 0))
/haiku-fatelf/src/tests/system/libroot/posix/posixtestsuite/conformance/interfaces/pthread_cond_destroy/
H A D2-1.c128 int mc_pshared; /* 0: mutex and cond are process-private (default) ~ !0: Both are process-shared, if supported */ member in struct:_scenar
408 if ((pshared > 0) && (scenarii[scenar].mc_pshared != 0))

Completed in 167 milliseconds