This file is indexed.

/usr/share/doc/libv4l-0/README.lib-multi-threading is in libv4l-0 0.8.6-1ubuntu1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
libv4lconvert is not safe for using one convert instance as returned by
v4lconvert_create from multiple threads, if you want to use one v4lconvert
instance from multiple threads you must provide your own locking and make
sure no simultanious calls are made.

libv4l1 and libv4l2 are safe for multithread use *under* *the* *following*
*conditions* :

* when using v4lx_fd_open, do not make any v4lx_ calls to the passed fd until
  v4lx_fd_open has completed

* all v4lx_ calls must be completed before calling v4lx_close