Home
last modified time | relevance | path

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

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

Completed in 3 milliseconds