Searched refs:ThreadFunc1 (Results 1 – 4 of 4) sorted by relevance
59 static void* ThreadFunc1(void* arg);
219 void* IpcSignalTest::ThreadFunc1(void* arg) in ThreadFunc1() function in IpcSignalTest
1208 int ret = pthread_create(&tid, NULL, ThreadFunc1, (void*)sigNo);
258 void* ThreadFunc1(void* arg) in ThreadFunc1() function292 int rt = pthread_create(&ptSub, &attr, ThreadFunc1, (void*)&sem);338 rt = pthread_create(&ptSub, &attr, ThreadFunc1, (void*)&sem);