Home
last modified time | relevance | path

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

/foundation/resourceschedule/ffrt/test/ut/
Dqos_convert_test.cpp95 struct TaskConfig threadData = {tid, level}; in SetRssQos() local
/foundation/arkui/napi/sample/native_module_systemtest/
Dtest_napi.cpp134 ThreadData_t* threadData = static_cast<ThreadData_t*>(data); in NewChildThreadMuti() local
145 ThreadData_t* threadData = static_cast<ThreadData_t*>(data); in NonBlockAndBlockNewChildThreadMuti() local
6119 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_blocking }; variable
6167 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_nonblocking }; variable
6215 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_blocking }; variable
6264 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_nonblocking }; variable
6313 ThreadData_t threadData = { .tsfn = tsFunc }; variable
6369 ThreadData_t threadData = { .tsfn = tsFunc, .isMode = napi_tsfn_nonblocking }; variable
6431 … OneModeCallData_t threadData = { .tsfn = tsFunc, .mode = napi_tsfn_nonblocking, .callCount = 10 }; variable
6497 … OneModeCallData_t threadData = { .tsfn = tsFunc, .mode = napi_tsfn_nonblocking, .callCount = 10 }; variable
[all …]