Home
last modified time | relevance | path

Searched refs:inotify_key (Results 1 – 3 of 3) sorted by relevance

/dports/security/samhain-server/samhain-4.4.3/src/
H A Dsh_inotify.c63 static pthread_key_t inotify_key; variable
68 (void) pthread_key_create(&inotify_key, free); in make_inotify_key()
78 if ((ptr = pthread_getspecific(inotify_key)) == NULL) in sh_get_inotify_fd()
85 (void) pthread_setspecific(inotify_key, ptr); in sh_get_inotify_fd()
103 fp = (int*) pthread_getspecific(inotify_key); in sh_set_inotify_fd()
/dports/security/samhain-client/samhain-4.4.3/src/
H A Dsh_inotify.c63 static pthread_key_t inotify_key; variable
68 (void) pthread_key_create(&inotify_key, free); in make_inotify_key()
78 if ((ptr = pthread_getspecific(inotify_key)) == NULL) in sh_get_inotify_fd()
85 (void) pthread_setspecific(inotify_key, ptr); in sh_get_inotify_fd()
103 fp = (int*) pthread_getspecific(inotify_key); in sh_set_inotify_fd()
/dports/security/samhain/samhain-4.4.3/src/
H A Dsh_inotify.c63 static pthread_key_t inotify_key; variable
68 (void) pthread_key_create(&inotify_key, free); in make_inotify_key()
78 if ((ptr = pthread_getspecific(inotify_key)) == NULL) in sh_get_inotify_fd()
85 (void) pthread_setspecific(inotify_key, ptr); in sh_get_inotify_fd()
103 fp = (int*) pthread_getspecific(inotify_key); in sh_set_inotify_fd()