Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_thread_test.cpp53 static void *SoftBusThreadTask(void *arg) in SoftBusThreadTask() function
456 ret = SoftBusThreadCreate(nullptr, &threadAttr, SoftBusThreadTask, nullptr);
488 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr);
508 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr);
528 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr);
547 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr);
566 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr);
585 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr);
604 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr);
642 ret = SoftBusThreadCreate(&thread, &threadAttr, SoftBusThreadTask, nullptr);
[all …]