Home
last modified time | relevance | path

Searched refs:proc (Results 1 – 14 of 14) sorted by relevance

/redis-3.2.3/deps/jemalloc/test/src/
H A Dthd.c5 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) in thd_create()
7 LPTHREAD_START_ROUTINE routine = (LPTHREAD_START_ROUTINE)proc; in thd_create()
26 thd_create(thd_t *thd, void *(*proc)(void *), void *arg) in thd_create()
29 if (pthread_create(thd, NULL, proc, arg) != 0) in thd_create()
/redis-3.2.3/utils/
H A Dredis_init_script.tpl20 while [ -x /proc/${PID} ]
30 if [ ! -x /proc/${PID} ]
H A Dredis_init_script31 while [ -x /proc/${PID} ]
/redis-3.2.3/src/
H A Dae.h108 aeFileProc *proc, void *clientData);
112 aeTimeProc *proc, void *clientData,
H A Dae.c136 aeFileProc *proc, void *clientData) in aeCreateFileEvent() argument
147 if (mask & AE_READABLE) fe->rfileProc = proc; in aeCreateFileEvent()
148 if (mask & AE_WRITABLE) fe->wfileProc = proc; in aeCreateFileEvent()
204 aeTimeProc *proc, void *clientData, in aeCreateTimeEvent() argument
214 te->timeProc = proc; in aeCreateTimeEvent()
H A Daof.c489 if (cmd->proc == expireCommand || cmd->proc == setexCommand || in catAppendOnlyExpireAtCommand()
490 cmd->proc == expireatCommand) in catAppendOnlyExpireAtCommand()
495 if (cmd->proc == expireCommand || cmd->proc == pexpireCommand || in catAppendOnlyExpireAtCommand()
496 cmd->proc == setexCommand || cmd->proc == psetexCommand) in catAppendOnlyExpireAtCommand()
526 if (cmd->proc == expireCommand || cmd->proc == pexpireCommand || in feedAppendOnlyFile()
527 cmd->proc == expireatCommand) { in feedAppendOnlyFile()
530 } else if (cmd->proc == setexCommand || cmd->proc == psetexCommand) { in feedAppendOnlyFile()
699 cmd->proc(fakeClient); in loadAppendOnlyFile()
H A Dserver.c2241 c->cmd->proc(c); in call()
2386 c->cmd->proc != execCommand)) in processCommand()
2431 c->cmd->proc == pingCommand)) in processCommand()
2469 c->cmd->proc != pingCommand && in processCommand()
2470 c->cmd->proc != subscribeCommand && in processCommand()
2472 c->cmd->proc != psubscribeCommand && in processCommand()
2498 c->cmd->proc != authCommand && in processCommand()
2499 c->cmd->proc != replconfCommand && in processCommand()
2503 !(c->cmd->proc == scriptCommand && in processCommand()
2514 c->cmd->proc != execCommand && c->cmd->proc != discardCommand && in processCommand()
[all …]
H A Dt_list.c826 receiver->lastcmd->proc == blpopCommand) ? in handleClientsBlockedOnLists()
H A Dserver.h991 redisCommandProc *proc; member
H A Dnetworking.c1026 redisCommandProc *prevcmd = c->cmd ? c->cmd->proc : NULL; in resetClient()
H A Dcluster.c4987 if (cmd->proc == execCommand) { in getNodeByQuery()
5095 if ((migrating_slot || importing_slot) && cmd->proc == migrateCommand) in getNodeByQuery()
/redis-3.2.3/deps/jemalloc/test/include/test/
H A Dthd.h8 void thd_create(thd_t *thd, void *(*proc)(void *), void *arg);
/redis-3.2.3/deps/jemalloc/
H A Dconfig.guess894 case `sed -n '/^cpu model/s/^.*: \(.*\)/\1/p' < /proc/cpuinfo` in
986 case `grep '^cpu[^a-z]*:' /proc/cpuinfo 2>/dev/null | cut -d' ' -f2` in
H A DChangeLog269 - Support heap profiling on FreeBSD. This feature depends on the proc