OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:sem_open
(Results
76 - 100
of
254
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
/external/ltp/testcases/open_posix_testsuite/stress/threads/
assertions.xml
63
<assertion id="20" files="
sem_open
/s-c1.c" tag="pt:SEM">
64
The
sem_open
and sem_close duration does not depend on the number of opened
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_getvalue/
stress.c
144
named =
sem_open
(SEM_NAME, O_CREAT, 0777, INIT_VAL);
147
UNRESOLVED(errno, "Failed to
sem_open
");
/external/valgrind/drd/tests/
circular_buffer.c
65
sem_t* p =
sem_open
(name_and_pid, O_CREAT | O_EXCL, 0600, value);
67
perror("
sem_open
");
Makefile.am
249
sem_open
.stderr.exp \
250
sem_open
.stderr.exp-mips32-be \
251
sem_open
.stderr.exp-mips32-le \
252
sem_open
.vgtest \
396
sem_open
\
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_multiprocessing.so
/external/valgrind/drd/
drd_semaphore.c
246
/** Called after
sem_open
(). */
255
DRD_(trace_msg)("[%u]
sem_open
0x%lx name %s"
260
/* Return if the
sem_open
() call failed. */
drd_clientreq.h
154
/* To notify the drd tool of a
sem_open
call. */
157
/* To notify the drd tool of a
sem_open
call. */
/external/deqp/framework/delibs/dethread/unix/
deNamedSemaphoreUnix.c
59
sem->semaphore =
sem_open
(name, O_CREAT|O_EXCL, mode, initialValue);
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/fork/
1-1.c
79
sem =
sem_open
(SEM_NAME, O_CREAT, O_RDWR, 0);
21-1.c
81
sem =
sem_open
("/fork_21_1", O_CREAT, O_RDWR, 0);
/external/valgrind/memcheck/tests/
err_disable4.c
92
sem =
sem_open
(semname, O_CREAT, 0777, 0); assert(!(sem == SEM_FAILED));
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread_unistd.h
202
sem_open
(),
/external/valgrind/helgrind/tests/
tc17_sembar.c
239
s =
sem_open
(name, O_CREAT | O_EXCL, 0600, count);
241
perror("
sem_open
");
/external/ltp/testcases/open_posix_testsuite/stress/threads/sem_init/
s-c1.c
206
("
sem_open
opened more than SEM_NSEMS_MAX semaphores");
655
output("
sem_open
:\n");
669
output("
sem_open
:\n");
689
output("
sem_open
:\n");
709
output("
sem_open
:\n");
/external/python/cpython2/Lib/multiprocessing/
synchronize.py
51
# raise ImportError for platforms lacking a working
sem_open
implementation.
56
raise ImportError("This platform lacks a functioning
sem_open
" +
/external/python/cpython3/Lib/multiprocessing/
synchronize.py
26
# raise ImportError for platforms lacking a working
sem_open
implementation.
31
raise ImportError("This platform lacks a functioning
sem_open
" +
/prebuilts/gdb/darwin-x86/lib/python2.7/multiprocessing/
synchronize.py
51
# raise ImportError for platforms lacking a working
sem_open
implementation.
56
raise ImportError("This platform lacks a functioning
sem_open
" +
/prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
synchronize.py
51
# raise ImportError for platforms lacking a working
sem_open
implementation.
56
raise ImportError("This platform lacks a functioning
sem_open
" +
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py
51
# raise ImportError for platforms lacking a working
sem_open
implementation.
56
raise ImportError("This platform lacks a functioning
sem_open
" +
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
synchronize.py
51
# raise ImportError for platforms lacking a working
sem_open
implementation.
56
raise ImportError("This platform lacks a functioning
sem_open
" +
/external/autotest/client/tests/posixtest/
posixtestsuite-1.5.2.tar.gz
/external/ltp/testcases/open_posix_testsuite/stress/threads/fork/
s-c1.c
154
sem_synchro =
sem_open
("/fork_scal_sync", O_CREAT, O_RDWR, 0);
162
sem_ending =
sem_open
("/fork_scal_end", O_CREAT, O_RDWR, 0);
/external/python/cpython3/Modules/_multiprocessing/
semaphore.c
188
#define SEM_CREATE(name, val, max)
sem_open
(name, O_CREAT | O_EXCL, 0600, val)
490
handle =
sem_open
(name, 0);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/
libpthread-2.15.so
libpthread.so.0
Completed in 709 milliseconds
1
2
3
4
5
6
7
8
9
10
11