質問編集履歴
2
不要箇所削除
title
CHANGED
File without changes
|
body
CHANGED
@@ -22,7 +22,6 @@
|
|
22
22
|
void notifyFunc(union sigval sv)
|
23
23
|
{
|
24
24
|
printf("notifyfunc: timer has expired.\n");
|
25
|
-
pthread_exit(NULL);
|
26
25
|
}
|
27
26
|
|
28
27
|
int main(void)
|
1
typo
title
CHANGED
File without changes
|
body
CHANGED
@@ -64,7 +64,7 @@
|
|
64
64
|
==28846== by 0x4E4151A: __start_helper_thread (timer_routines.c:176)
|
65
65
|
==28846== by 0x5053826: __pthread_once_slow (pthread_once.c:116)
|
66
66
|
==28846== by 0x4E403BA: timer_create@@GLIBC_2.3.3 (timer_create.c:101)
|
67
|
-
==28846== by 0x1089C6: main (in /home/
|
67
|
+
==28846== by 0x1089C6: main (in /home/xxx/sample/sample_timer_2)
|
68
68
|
==28846==
|
69
69
|
==28846== LEAK SUMMARY:
|
70
70
|
==28846== definitely lost: 0 bytes in 0 blocks
|