Home
last modified time | relevance | path

Searched defs:shared (Results 1 - 25 of 204) sorted by relevance

123456789

/third_party/musl/src/thread/
H A Dpthread_spin_init.c3 int pthread_spin_init(pthread_spinlock_t *s, int shared) in pthread_spin_init() argument
H A Dpthread_cond_timedwait.c65 int e, seq, clock = c->_c_clock, cs, shared=0, oldstate, tmp; in __pthread_cond_timedwait() local
/third_party/skia/tests/
H A DSkSharedMutexTest.cpp26 int shared[kSharedSize]; in DEF_TEST() local
/third_party/rust/crates/cxx/tests/ui/
H A Dunique_ptr_as_mut.rs18 let mut shared = UniquePtr::<ffi::Shared>::null(); in main() variables
/third_party/mesa3d/src/compiler/glsl/glcpp/
H A Dpp_standalone_scaffolding.c44 _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 Dlocal-factory.cc29 void LocalFactory::AddToScriptList(Handle<Script> shared) { in AddToScriptList() argument
H A Dmemory-measurement.h45 size_t shared; member
/third_party/musl/libc-test/src/functionalext/supplement/thread/
H A Dpthread_barrierattr_setpshared.c31 int shared = 0; in pthread_barrierattr_setpshared_0100() local
/third_party/mesa3d/src/gallium/frontends/wgl/
H A Dstw_context.h44 BOOL shared; member
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmdt/
H A Dhugeshmdt01.c38 static int *shared; variable
[all...]
/third_party/ltp/testcases/kernel/syscalls/ipc/shmdt/
H A Dshmdt01.c22 static int *shared; variable
/third_party/ltp/testcases/open_posix_testsuite/functional/semaphores/
H A Dsem_lock.c30 int shared = 1; in main() local
H A Dsem_conpro.c99 int shared = 1; in main() local
H A Dsem_sleepingbarber.c141 int shared = 0; in main() local
H A Dsem_readerwriter.c112 int shared = 1; in main() local
H A Dsem_philosopher.c121 int shared = 1; in main() local
/third_party/node/deps/v8/src/baseline/
H A Dbaseline.cc25 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 DVkTimelineSemaphore.hpp142 std::shared_ptr<Shared> shared; member in vk::TimelineSemaphore
/third_party/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_surface.h65 boolean shared; /* Shared surface. Never discard */ member
/third_party/ltp/testcases/kernel/mem/hugetlb/hugeshmat/
H A Dhugeshmat01.c86 int *shared; in check_functionality() local
[all...]
/third_party/node/deps/v8/src/snapshot/
H A Dobject-deserializer.cc60 SharedFlag shared = in CommitPostProcessedObjects() local
/third_party/node/deps/v8/third_party/wasm-api/example/
H A Dthreads.cc101 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 Dpthread_cond_timedwait.c85 int e, seq, clock = c->_c_clock, cs, shared = 0, oldstate, tmp; in __pthread_cond_timedwait() local
/third_party/ltp/testcases/open_posix_testsuite/stress/semaphores/
H A Dmulti_con_pro.c148 int shared = 1; in main() local
/third_party/node/deps/v8/src/execution/
H A Dmessages.h53 Handle<SharedFunctionInfo> shared() const { return shared_; } in shared() function in v8::internal::MessageLocation

Completed in 10 milliseconds

123456789