Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/bluetooth_service/services/bluetooth/stack/platform/linux/
H A Dthread_linux.c66 static void *ThreadStartFunc(void *promise) in ThreadStartFunc() function
159 (void)pthread_create(&thread->pthread, NULL, ThreadStartFunc, promise); in ThreadCreate()