63 pthread_t child_thread;
65 fd = open(
"my.LCK", (O_CREAT|O_RDWR), 0666);
70 yaz_log(YLOG_FATAL|YLOG_ERRNO,
"open");
78 yaz_log(YLOG_FATAL|YLOG_ERRNO,
"fcnt");
83 pthread_create(&child_thread, 0 ,
run_func, 0);
84 pthread_join(child_thread, 0);
86 yaz_log(YLOG_LOG,
"fcntl lock scope: %s",
scope);