Home
last modified time | relevance | path

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

/vendor/hihope/neptune_iotlink_demo/ble/source/
H A Dble_server_demo.c91 BleGattOperateFunc func; in test_add_service3() local
104 func.write = char_write; in test_add_service3()
105 func.read = char_read; in test_add_service3()
106 attr[ATTR_NUM_1].func = func; in test_add_service3()
114 func.write = char_write; in test_add_service3()
115 func.read = char_read; in test_add_service3()
116 attr[ATTR_NUM_2].func = func; in test_add_service3()
159 BleGattOperateFunc func; in test_add_service() local
220 BleGattOperateFunc func; test_add_service2() local
[all...]
/vendor/hisilicon/hispark_pegasus/demo/mutex_demo/
H A Dmutex.c49 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
54 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
/vendor/hisilicon/hispark_pegasus/demo/thread_demo/00_thread/
H A Dthread.c26 osThreadId_t newThread(char *name, osThreadFunc_t func, int*arg) in newThread() argument
31 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
/vendor/hisilicon/hispark_pegasus/demo/message_demo/
H A Dmessage.c64 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
69 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()
/vendor/hisilicon/hispark_pegasus/demo/semaphore_demo/
H A Dsemp.c61 osThreadId_t newThread(char *name, osThreadFunc_t func, int *arg) in newThread() argument
66 osThreadId_t tid = osThreadNew(func, arg, &attr); in newThread()

Completed in 3 milliseconds