Lines Matching refs:client
66 pid_t client; in sync_thread() local
74 client = getpid(); in sync_thread()
77 snprintf(data, MAX_LENGTH, "2:%d", client); in sync_thread()
80 snprintf(data, MAX_LENGTH, "3:%d", client); in sync_thread()
92 pid_t client; in enc_boost() local
100 client = getpid(); in enc_boost()
103 snprintf(data, MAX_LENGTH, "5:%d", client); in enc_boost()
106 snprintf(data, MAX_LENGTH, "6:%d", client); in enc_boost()
149 pid_t client; in touch_boost() local
157 client = getpid(); in touch_boost()
159 snprintf(data, MAX_LENGTH, "1:%d", client); in touch_boost()