/third_party/musl/src/thread/ |
H A D | pthread_spin_init.c | 3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init() argument
|
H A D | pthread_cond_timedwait.c | 65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait() local
|
/third_party/skia/tests/ |
H A D | SkSharedMutexTest.cpp | 26 int shared[kSharedSize]; in DEF_TEST() local
|
/third_party/rust/crates/cxx/tests/ui/ |
H A D | unique_ptr_as_mut.rs | 18 let mut shared = UniquePtr::<ffi::Shared>::null(); in main() variables
|
/third_party/mesa3d/src/compiler/glsl/glcpp/ |
H A D | pp_standalone_scaffolding.c | 44 _mesa_get_shader_include_cursor(struct gl_shared_state *shared) in _mesa_get_shader_include_cursor() argument 52 _mesa_set_shader_include_cursor(struct gl_shared_state *shared, in _mesa_set_shader_include_cursor() argument
|
/third_party/node/deps/v8/src/heap/ |
H A D | local-factory.cc | 29 void LocalFactory::AddToScriptList(Handle<Script> shared) { in AddToScriptList() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/thread/ |
H A D | pthread_barrierattr_setpshared.c | 31 int shared = 0; in pthread_barrierattr_setpshared_0100() local
|
/third_party/mesa3d/src/gallium/frontends/wgl/ |
H A D | stw_context.h | 44 BOOL shared; member
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/ |
H A D | hugeshmdt01.c | 38 static int *shared; variable [all...] |
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/ |
H A D | shmdt01.c | 22 static int *shared; variable
|
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/ |
H A D | sem_lock.c | 30 int shared = 1; in main() local
|
H A D | sem_conpro.c | 99 int shared = 1; in main() local
|
H A D | sem_sleepingbarber.c | 141 int shared = 0; in main() local
|
H A D | sem_readerwriter.c | 112 int shared = 1; in main() local
|
/third_party/node/deps/v8/src/baseline/ |
H A D | baseline.cc | 25 bool CanCompileWithBaseline(Isolate* isolate, SharedFunctionInfo shared) { in CanCompileWithBaseline() argument 59 GenerateBaselineCode(Isolate* isolate, Handle<SharedFunctionInfo> shared) GenerateBaselineCode() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkTimelineSemaphore.hpp | 142 std::shared_ptr<Shared> shared; member in vk::TimelineSemaphore
|
/test/xts/acts/kernel_lite/ipc_posix/shared_memory/ |
H A D | ShmTest.cpp | 48 char *shared = nullptr;
in HWTEST_F() local 105 char *shared = nullptr; HWTEST_F() local 181 char *shared = nullptr; HWTEST_F() local 245 char *shared = nullptr; HWTEST_F() local 299 void *shared = nullptr; HWTEST_F() local 316 EXPECT_NE(sharedTmp, (void*)-1) << "> shmat : error : sharedTmp = " << sharedTmp << "shared = " << shared; HWTEST_F() local 353 char *shared = static_cast<char*>(shmat(shmid, nullptr, 0)); HWTEST_F() local [all...] |
/third_party/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_surface.h | 65 boolean shared; /* Shared surface. Never discard */ member
|
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/ |
H A D | hugeshmat01.c | 86 int *shared; in check_functionality() local [all...] |
/third_party/node/deps/v8/src/snapshot/ |
H A D | object-deserializer.cc | 60 SharedFlag shared = in CommitPostProcessedObjects() local
|
/test/xts/acts/kernel_lite/utils/ |
H A D | mt_utils.cpp | 40 uint64_t *shared = (uint64_t *)shmat(g_shmidCheckStep, nullptr, 0); in CheckStep() local 126 int *shared = (int *)shmat(g_shmidGlobal, nullptr, 0); in SetGlobalVariable() local 142 int *shared = (int *)shmat(g_shmidGlobal, nullptr, 0); GetGlobalVariable() local [all...] |
/test/xts/acts/kernel_lite/process_posix/src/ |
H A D | ProcessTest.cpp | 101 pid_t *shared = (int*)shmat(g_shmid0, nullptr, 0); in AtexitCallback0() local 134 pid_t *shared = (int*)shmat(g_shmid0, nullptr, 0); in HWTEST_F() local 211 pid_t *shared = (int*)shmat(g_shmid1, nullptr, 0); in AtexitCallback1() local 244 pid_t *shared = (int*)shmat(g_shmid1, nullptr, 0); HWTEST_F() local 341 pid_t *shared = (int*)shmat(g_shmid, nullptr, 0); AtexitCallback() local 373 pid_t *shared = (int*)shmat(g_shmid, nullptr, 0); HWTEST_F() local [all...] |
H A D | PidTest.cpp | 68 int *shared = (int*)(shmat(shmID, nullptr, 0));
in HWTEST_F() local
|
/third_party/node/deps/v8/third_party/wasm-api/example/ |
H A D | threads.cc | 101 auto shared = module->share(); in main() local 23 run( wasm::Engine* engine, const wasm::Shared<wasm::Module>* shared, std::mutex* mutex, int id ) run() argument
|
/third_party/musl/porting/linux/user/src/thread/ |
H A D | pthread_cond_timedwait.c | 85 int e, seq, clock = c->_c_clock, cs, shared = 0, oldstate, tmp; in __pthread_cond_timedwait() local
|