Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_thread_test.cpp1016 ret = SoftBusThreadJoin(thread, nullptr);
1037 ret = SoftBusThreadJoin(thread, (void **)&value);
1070 ret = SoftBusThreadJoin(threadWait, nullptr);
1072 ret = SoftBusThreadJoin(threadSignal, nullptr);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_thread.h129 int32_t SoftBusThreadJoin(SoftBusThread thread, void **value);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c302 int32_t SoftBusThreadJoin(SoftBusThread thread, void **value) in SoftBusThreadJoin() function