Home
last modified time | relevance | path

Searched refs:handle_ptr (Results 1 – 12 of 12) sorted by relevance

/third_party/jerryscript/jerry-ext/handle-scope/
Dhandle-scope.c41 if (prelist_handle_count == JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr != NULL) in jerryx_handle_scope_release_handles()
43 jerryx_handle_t *a_handle = scope->handle_ptr; in jerryx_handle_scope_release_handles()
51 scope->handle_ptr = NULL; in jerryx_handle_scope_release_handles()
129 if (scope->prelist_handle_count == JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr != NULL) in jerryx_hand_scope_escape_handle_from_prelist()
131 jerryx_handle_t *handle = scope->handle_ptr; in jerryx_hand_scope_escape_handle_from_prelist()
132 scope->handle_ptr = handle->sibling; in jerryx_hand_scope_escape_handle_from_prelist()
208 if (scope->prelist_handle_count <= JERRYX_HANDLE_PRELIST_SIZE && scope->handle_ptr == NULL) in jerryx_escape_handle_internal()
217 jerryx_handle_t *handle = scope->handle_ptr; in jerryx_escape_handle_internal()
240 scope->handle_ptr = found_handle->sibling; in jerryx_escape_handle_internal()
318 handle->sibling = scope->handle_ptr; in jerryx_handle_scope_add_handle_to()
[all …]
Dhandle-scope-allocator.c22 .handle_ptr = NULL,
180 scope->handle_ptr = NULL; in jerryx_handle_scope_alloc()
/third_party/opencl-headers/src/
Dopencl_wrapper.cpp87 static bool LoadLibraryFromPath(const std::string &library_path, void **handle_ptr) in LoadLibraryFromPath() argument
89 if (handle_ptr == nullptr) { in LoadLibraryFromPath()
93 *handle_ptr = dlopen(library_path.c_str(), RTLD_NOW | RTLD_LOCAL); in LoadLibraryFromPath()
94 if (*handle_ptr == nullptr) { in LoadLibraryFromPath()
100 func_name = reinterpret_cast<func_name##Func>(dlsym(*handle_ptr, #func_name)); \ in LoadLibraryFromPath()
174 bool LoadOpenCLLibrary(void **handle_ptr) in LoadOpenCLLibrary() argument
176 if (handle_ptr == nullptr) { in LoadOpenCLLibrary()
181 … [&](const std::string &lib_path) { return OHOS::LoadLibraryFromPath(lib_path, handle_ptr); }); in LoadOpenCLLibrary()
/third_party/jerryscript/tests/unit-ext/
Dtest-ext-handle-scope-escape.c50 TEST_ASSERT (scope->handle_ptr == NULL); in create_object()
Dtest-ext-handle-scope-remove.c50 TEST_ASSERT (scope->handle_ptr == NULL); in create_object()
Dtest-ext-handle-scope-nested.c64 TEST_ASSERT (scope->handle_ptr == NULL); in create_object_nested()
/third_party/node/deps/uv/src/win/
Dprocess-stdio.c144 int uv__create_nul_handle(HANDLE* handle_ptr, in uv__create_nul_handle() argument
164 *handle_ptr = handle; in uv__create_nul_handle()
/third_party/libuv/src/win/
Dprocess-stdio.c144 int uv__create_nul_handle(HANDLE* handle_ptr, in uv__create_nul_handle() argument
164 *handle_ptr = handle; in uv__create_nul_handle()
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/
Dhandle-scope.h57 jerryx_handle_t *handle_ptr
/third_party/ffmpeg/libavfilter/
Dvf_frei0r.c174 static int load_path(AVFilterContext *ctx, void **handle_ptr, const char *prefix, const char *name) in load_path() argument
180 *handle_ptr = dlopen(path, RTLD_NOW|RTLD_LOCAL); in load_path()
/third_party/opencl-headers/include/
Dopencl_wrapper.h29 bool LoadOpenCLLibrary(void **handle_ptr);
/third_party/opencl-headers/CL/
Dcl_ext.h1265 void* handle_ptr,
1274 void* handle_ptr,