Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/adapter/common/include/
H A Dsoftbus_adapter_thread.h131 SoftBusThread SoftBusThreadGetSelf(void);
/ohos5.0/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c343 SoftBusThread SoftBusThreadGetSelf(void) in SoftBusThreadGetSelf() function
/ohos5.0/foundation/communication/dsoftbus/tests/adapter/unittest/
H A Dsoftbus_thread_test.cpp63 SoftBusThread thread = SoftBusThreadGetSelf(); in ThreadSelfTest()