Searched defs:am_log_handle (Results 1 - 1 of 1) sorted by relevance

/forgerock/web-agents-v4/source/
H A Dlog.c45 static struct am_shared_log *am_log_handle = NULL; variable in typeref:struct:am_shared_log
47 #define AM_LOG() (am_log_handle != NULL ? (struct am_log *) am_log_handle->area : NULL)
431 am_log_handle->reader_thr = CreateThread(NULL, 0,
452 if (am_log_handle == NULL) {
453 am_log_handle = (struct am_shared_log *) malloc(sizeof (struct am_shared_log));
454 if (am_log_handle == NULL) {
459 else if (am_log_handle->reader_pid == getpid()) {
463 am_log_handle->reader_pid = getpid();
466 snprintf(am_log_handle
[all...]

Completed in 22 milliseconds