_thr_log
_thr_log(buf, len);
_thr_log("fork-parent\n", 12);
_thr_log("fork-child\n", 11);
_thr_log("fork-done\n", 10);
_thr_log(buf, len);
void _thr_log(const char *buf, size_t bytes);
_thr_log(buf, len);
_thr_log(buf, len);