Home
last modified time | relevance | path

Searched refs:threadData (Results 1 - 2 of 2) sorted by relevance

/foundation/resourceschedule/ffrt/test/ut/
H A Dqos_convert_test.cpp95 struct TaskConfig threadData = {tid, level}; in SetRssQos() local
96 int ret = ioctl(handle, QOS_CTRL_SET_QOS_THREAD, &threadData); in SetRssQos()
/foundation/arkui/napi/sample/native_module_systemtest/
H A Dtest_napi.cpp134 ThreadData_t* threadData = static_cast<ThreadData_t*>(data); in NewChildThreadMuti() local
137 auto status = napi_call_threadsafe_function(threadData->tsfn, (void*)&g_threadDataContent2, threadData->isMode); in NewChildThreadMuti()
145 ThreadData_t* threadData = static_cast<ThreadData_t*>(data); in NonBlockAndBlockNewChildThreadMuti() local
148 auto status = napi_call_threadsafe_function(threadData->tsfn, (void*)&g_threadDataContent3, napi_tsfn_blocking); in NonBlockAndBlockNewChildThreadMuti()
154 napi_call_threadsafe_function(threadData->tsfn, (void*)&g_threadDataContent3, napi_tsfn_nonblocking); in NonBlockAndBlockNewChildThreadMuti()
6119 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_blocking }; in HWTEST_F() local
6120 if (uv_thread_create(&newChildTid, NewChildThreadMuti, (void*)&threadData) != 0) { in HWTEST_F()
6167 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_nonblocking }; in HWTEST_F() local
6168 if (uv_thread_create(&newChildTid, NewChildThreadMuti, (void*)&threadData) ! in HWTEST_F()
6215 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_blocking }; HWTEST_F() local
6264 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_nonblocking }; HWTEST_F() local
6313 ThreadData_t threadData = { .tsfn = tsFunc }; HWTEST_F() local
6369 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_nonblocking }; HWTEST_F() local
6431 OneModeCallData_t threadData = { .tsfn = tsFunc, .mode = napi_tsfn_nonblocking, .callCount = 10 }; HWTEST_F() local
6497 OneModeCallData_t threadData = { .tsfn = tsFunc, .mode = napi_tsfn_nonblocking, .callCount = 10 }; HWTEST_F() local
6568 OneModeCallData_t threadData = { .tsfn = tsFunc, .mode = napi_tsfn_nonblocking, .callCount = 10 }; HWTEST_F() local
6632 OneModeCallData_t threadData = { .tsfn = tsFunc, .mode = napi_tsfn_nonblocking, .callCount = 10 }; HWTEST_F() local
6690 OneModeCallData_t threadData = { .tsfn = tsFunc, .mode = napi_tsfn_nonblocking, .callCount = 10 }; HWTEST_F() local
[all...]

Completed in 12 milliseconds