Home
last modified time | relevance | path

Searched refs:accounting (Results 1 - 8 of 8) sorted by relevance

/third_party/libwebsockets/lib/plat/unix/
H A Dunix-spawn.c149 long hz = sysconf(_SC_CLK_TCK); /* accounting Hz */ in lws_spawn_reap()
222 * Cpu accounting in us in lws_spawn_reap()
224 lsp->accounting[0] = (lws_usec_t)((uint64_t)tms.tms_cstime * 1000000) / hz; in lws_spawn_reap()
225 lsp->accounting[1] = (lws_usec_t)((uint64_t)tms.tms_cutime * 1000000) / hz; in lws_spawn_reap()
226 lsp->accounting[2] = (lws_usec_t)((uint64_t)tms.tms_stime * 1000000) / hz; in lws_spawn_reap()
227 lsp->accounting[3] = (lws_usec_t)((uint64_t)tms.tms_utime * 1000000) / hz; in lws_spawn_reap()
256 cb(opaque, temp.accounting, &temp.si, in lws_spawn_reap()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A DMakefile14 accounting.o \
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A DMakefile26 accounting.o \
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-misc.h784 * friends and accounting for freed allocations via lws_free().
948 typedef void (*lsp_cb_t)(void *opaque, lws_usec_t *accounting, siginfo_t *si,
/third_party/libwebsockets/lib/roles/cgi/
H A Dcgi-server.c89 lws_cgi_reap_cb(void *opaque, lws_usec_t *accounting, siginfo_t *si, in lws_cgi_reap_cb() argument
/third_party/libwebsockets/lib/core-net/
H A Dprivate-lib-core-net.h916 lws_usec_t accounting[4]; member
/third_party/skia/third_party/externals/expat/expat/lib/
H A Dxmlparse.c420 typedef struct accounting { struct
/third_party/python/Modules/expat/
H A Dxmlparse.c413 typedef struct accounting { struct

Completed in 30 milliseconds