Home
last modified time | relevance | path

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

/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_thread.c367 pthread_cond_t *tempCond = (pthread_cond_t *)SoftBusCalloc(sizeof(pthread_cond_t)); in SoftBusCondInit() local
368 if (tempCond == NULL) { in SoftBusCondInit()
369 COMM_LOGE(COMM_ADAPTER, "tempCond is null"); in SoftBusCondInit()
372 ret = pthread_cond_init(tempCond, &attr); in SoftBusCondInit()
375 SoftBusFree(tempCond); in SoftBusCondInit()
376 tempCond = NULL; in SoftBusCondInit()
380 *cond = (SoftBusCond)tempCond; in SoftBusCondInit()

Completed in 2 milliseconds