OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nsems
(Results
1 - 7
of
7
) sorted by null
/external/valgrind/main/coregrind/m_syswrap/
syswrap-generic.c
1696
UInt
nsems
;
local
1765
UInt
nsems
;
local
[
all
...]
syswrap-darwin.c
[
all
...]
syswrap-linux.c
[
all
...]
/external/compiler-rt/include/sanitizer/
linux_syscall_hooks.h
[
all
...]
/external/compiler-rt/lib/sanitizer_common/
sanitizer_common_syscalls.inc
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py
105
nsems
= os.sysconf("SC_SEM_NSEMS_MAX")
109
if
nsems
== -1 or
nsems
>= nsems_min:
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_multiprocessing.py
105
nsems
= os.sysconf("SC_SEM_NSEMS_MAX")
109
if
nsems
== -1 or
nsems
>= nsems_min:
[
all
...]
Completed in 4966 milliseconds