HomeSort by: relevance | last modified time | path
    Searched defs:pshared (Results 1 - 1 of 1) sorted by relevancy

  /src/tests/lib/librt/
t_sem.c 177 ATF_TC_WITH_CLEANUP(pshared); variable
178 ATF_TC_HEAD(pshared, tc)
180 atf_tc_set_md_var(tc, "descr", "Checks using pshared unnamed "
212 ATF_TC_BODY(pshared, tc)
220 * Create a shared memory region to contain the pshared
231 * "child" test above, but using the pshared semaphore in the
282 ATF_TC_CLEANUP(pshared, tc)
285 * The kernel will g/c the pshared semaphore when the process that
347 ATF_TP_ADD_TC(tp, pshared);

Completed in 15 milliseconds