Home
last modified time | relevance | path

Searched defs:PostMessage (Results 1 – 2 of 2) sorted by relevance

/commonlibrary/ets_utils/js_concurrent_module/worker/
Dworker.cpp558 napi_value Worker::PostMessage(napi_env env, napi_callback_info cbinfo) in PostMessage() function in Commonlibrary::Concurrent::WorkerModule::Worker
/commonlibrary/ets_utils/js_concurrent_module/worker/test/
Dtest_worker.cpp271 static void PostMessage(Worker *worker, void *message) in PostMessage() function in Commonlibrary::Concurrent::WorkerModule::WorkersTest