Home | History | Annotate | Download | only in tools

Lines Matching refs:pthread_self

118     printf("%ld: socket()\n", pthread_self());
120 printf("%ld: socket() = %d\n", pthread_self(), ret);
129 printf("%ld: close(%d)\n", pthread_self(), fd);
131 printf("%ld: close(%d) = %d\n", pthread_self(), fd, ret);
166 printf("%ld: bind(%d)\n", pthread_self(), fd);
168 printf("%ld: bind(%d) = %d\n", pthread_self(), fd, ret);
177 printf("%ld: listen(%d)\n", pthread_self(), fd);
179 printf("%ld: listen(%d) = %d\n", pthread_self(), fd, ret);
189 printf("%ld: read(%d)\n", pthread_self(), fd);
191 printf("%ld: read(%d) = %d [%d]\n", pthread_self(), fd, ret, (int)buf);
226 printf("%ld: accept(%d)\n", pthread_self(), fd);
228 printf("%ld: accept(%d) = %d\n", pthread_self(), fd, ret);
280 printf("%ld: connect(%d)\n", pthread_self(), fd);
282 printf("%ld: connect(%d) = %d\n", pthread_self(), fd, ret);
292 printf("%ld: write(%d)\n", pthread_self(), fd);
294 printf("%ld: write(%d) = %d\n", pthread_self(), fd, ret);
303 printf("%ld: shutdown(%d)\n", pthread_self(), fd);
305 printf("%ld: shutdown(%d) = %d\n", pthread_self(), fd, ret);
315 printf("%ld: poll(", pthread_self());
319 printf("%ld: poll() = %d\n", pthread_self(), ret);
332 printf("%ld: START\n", pthread_self());
335 printf("%ld: END\n", pthread_self());
341 printf("%ld: START\n", pthread_self());
345 printf("%ld: END\n", pthread_self());
350 printf("%ld: START\n", pthread_self());
352 printf("%ld: END\n", pthread_self());
358 printf("%ld: START\n", pthread_self());
362 printf("%ld: END\n", pthread_self());
366 printf("%ld: START\n", pthread_self());
369 printf("%ld: END\n", pthread_self());
373 printf("%ld: START\n", pthread_self());
376 printf("%ld: END\n", pthread_self());
380 printf("%ld: START\n", pthread_self());
383 printf("%ld: END\n", pthread_self());
387 printf("%ld: START\n", pthread_self());
392 printf("%ld: END\n", pthread_self());
396 printf("%ld: START\n", pthread_self());
401 printf("%ld: END\n", pthread_self());
405 printf("%ld: START\n", pthread_self());
409 printf("%ld: END\n", pthread_self());