HomeSort by relevance Sort by last modified time
    Searched full:sem_open (Results 26 - 50 of 254) sorted by null

12 3 4 5 6 7 8 91011

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/
1-1.c 34 mysemp = sem_open(semname, O_CREAT, 0700, 1);
36 perror(ERROR_PREFIX "sem_open");
3-1.c 34 mysemp = sem_open(semname, O_CREAT, 0444, 1);
36 perror(ERROR_PREFIX "sem_open");
3-2.c 19 * If sem_unlink has not been called after sem_open for this semaphore,
100 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 2);
104 sem = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 2);
128 sem = sem_open(SEM_NAME, O_CREAT, 0777, 3);
assertions.xml 6 sem_close will deallocate system resources allocated by sem_open for the
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_getvalue/
1-1.c 37 mysemp = sem_open(semname, O_CREAT, 0777, 1);
40 perror(ERROR_PREFIX "sem_open");
2-1.c 35 mysemp = sem_open(semname, O_CREAT, 0777, 1);
38 perror(ERROR_PREFIX "sem_open");
4-1.c 36 mysemp = sem_open(semname, O_CREAT, 0777, 1);
39 perror(ERROR_PREFIX "sem_open");
5-1.c 36 mysemp = sem_open(semname, O_CREAT, 0777, 4);
39 perror(ERROR_PREFIX "sem_open");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_open/
5-1.c 24 #define FUNCTION "sem_open"
39 mysemp = sem_open(semname, O_CREAT, 0444, counter);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_post/
1-1.c 35 mysemp = sem_open(semname, O_CREAT, 0777, 0);
37 perror(ERROR_PREFIX "sem_open");
1-2.c 35 mysemp = sem_open(semname, O_CREAT, 0777, 2);
37 perror(ERROR_PREFIX "sem_open");
2-1.c 34 mysemp = sem_open(semname, O_CREAT, 0777, 1);
36 perror(ERROR_PREFIX "sem_open");
4-1.c 33 mysemp = sem_open(semname, O_CREAT, 0777, 0);
35 perror(ERROR_PREFIX "sem_open");
8-1.c 86 sem = sem_open(semname, 0);
88 perror("sem_open(semname)");
92 sem_1 = sem_open(semname_1, 0);
94 perror("sem_open(semname_1)");
128 sem = sem_open(semname, O_CREAT | O_EXCL, 0777, 1);
130 perror("sem_open(semname)");
136 sem_1 = sem_open(semname_1, O_CREAT | O_EXCL, 0777, 3);
138 perror("sem_open(semname_1)");
5-1.c 50 gsemp = sem_open(semname, O_CREAT, 0777, SEMINITVAL);
52 perror(ERROR_PREFIX "sem_open");
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
1-1.c 34 mysemp = sem_open(semname, O_CREAT, 0, 1);
36 perror(ERROR_PREFIX "sem_open");
2-1.c 34 mysemp = sem_open(semname, O_CREAT, 0, 1);
36 perror(ERROR_PREFIX "sem_open");
6-1.c 19 * A call to sem_open with the same name refers to a new semaphore, once
96 sem1 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1);
100 sem1 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 1);
115 sem2 = sem_open(SEM_NAME, 0);
128 sem2 = sem_open(SEM_NAME, O_CREAT | O_EXCL, 0777, 3);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_wait/
1-1.c 35 mysemp = sem_open(semname, O_CREAT, 0777, 1);
37 perror(ERROR_PREFIX "sem_open");
1-2.c 37 mysemp = sem_open(semname, O_CREAT, 0777, value);
39 perror(ERROR_PREFIX "sem_open");
11-1.c 35 mysemp = sem_open(semname, O_CREAT, 0777, 1);
37 perror(ERROR_PREFIX "sem_open");
12-1.c 34 mysemp = sem_open(semname, O_CREAT, 0777, 0);
36 perror(ERROR_PREFIX "sem_open");
3-1.c 35 mysemp = sem_open(semname, O_CREAT, 0, 1);
37 perror(ERROR_PREFIX "sem_open");
5-1.c 34 mysemp = sem_open(semname, O_CREAT, 0777, 0);
36 perror(ERROR_PREFIX "sem_open");
  /external/valgrind/drd/tests/
sem_open_traced.stderr.exp 2 [1] sem_open 0x........ name /drd-sem-open-test oflag 0x........ mode 0600 value 1

Completed in 169 milliseconds

12 3 4 5 6 7 8 91011