Searched refs:lcktxt (Results 1 - 1 of 1) sorted by relevance
/third_party/alsa-utils/alsactl/ |
H A D | lock.c | 50 char lcktxt[14]; in state_lock_() local 63 snprintf(lcktxt, sizeof(lcktxt), "%10li\n", (long)getpid()); in state_lock_() 65 snprintf(lcktxt, sizeof(lcktxt), "%10s\n", ""); in state_lock_() 100 if (write(fd, lcktxt, 11) != 11) { in state_lock_() 138 if (write(fd, lcktxt, 11) != 11) { in state_lock_()
|
Completed in 1 milliseconds