Searched defs:handle (Results 1 – 8 of 8) sorted by relevance
| /commonlibrary/c_utils/base/include/ |
| D | flat_obj.h | 38 __u32 handle; member
|
| /commonlibrary/ets_utils/js_concurrent_module/common/plugin/ |
| D | timer.cpp | 34 uv_close(reinterpret_cast<uv_handle_t*>(timeReq_), [](uv_handle_t* handle) { in ~TimerCallbackInfo() 102 void Timer::TimerCallback(uv_timer_t* handle) in TimerCallback()
|
| /commonlibrary/ets_utils/js_concurrent_module/taskpool/ |
| D | worker.cpp | 39 uv_close(reinterpret_cast<uv_handle_t*>(performTaskSignal_), [](uv_handle_t* handle) { in ~Worker() 46 uv_close(reinterpret_cast<uv_handle_t*>(debuggerOnPostTaskSignal_), [](uv_handle_t* handle) { in ~Worker()
|
| D | task_manager.cpp | 205 uv_close(reinterpret_cast<uv_handle_t*>(taskInfo->onResultSignal), [](uv_handle_t* handle) { in ReleaseTaskContent()
|
| /commonlibrary/ets_utils/js_concurrent_module/worker/ |
| D | worker_new.cpp | 196 … uv_close(reinterpret_cast<uv_handle_t*>(worker->hostOnMessageSignal_), [](uv_handle_t* handle) { in WorkerConstructor() 205 … uv_close(reinterpret_cast<uv_handle_t*>(worker->hostOnErrorSignal_), [](uv_handle_t* handle) { in WorkerConstructor() 929 uv_close(reinterpret_cast<uv_handle_t*>(hostOnMessageSignal_), [](uv_handle_t* handle) { in HostOnMessageInner() 935 uv_close(reinterpret_cast<uv_handle_t*>(hostOnErrorSignal_), [](uv_handle_t* handle) { in HostOnMessageInner() 1121 uv_close(reinterpret_cast<uv_handle_t*>(workerOnMessageSignal_), [](uv_handle_t* handle) { in TerminateWorker()
|
| D | worker.cpp | 386 uv_close(reinterpret_cast<uv_handle_t*>(hostOnMessageSignal_), [](uv_handle_t* handle) { in HostOnMessageInner() 392 uv_close(reinterpret_cast<uv_handle_t*>(hostOnErrorSignal_), [](uv_handle_t* handle) { in HostOnMessageInner() 431 uv_close(reinterpret_cast<uv_handle_t*>(workerOnMessageSignal_), [](uv_handle_t* handle) { in TerminateWorker() 806 … uv_close(reinterpret_cast<uv_handle_t*>(worker->hostOnMessageSignal_), [](uv_handle_t* handle) { in WorkerConstructor() 815 … uv_close(reinterpret_cast<uv_handle_t*>(worker->hostOnErrorSignal_), [](uv_handle_t* handle) { in WorkerConstructor()
|
| /commonlibrary/c_utils/base/test/unittest/common/ |
| D | utils_refbase_test.cpp | 249 IRemoteObject *FindOrNewObject(int handle) in FindOrNewObject() 304 int handle = 10; in RegisterEventThread() local
|
| D | utils_parcel_test.cpp | 667 int32_t handle; member
|