Arquivos
hhvm/hphp/system/thread.inc
T
Jordan Delong 363d1bb20f Code move src/ -> hphp/
This change is mostly for FB internal organizational reasons.
Building is not effected beyond the fact that the target now
lands in hphp/hhvm/hhvm rather than src/hhvm/hhvm.
2013-02-11 02:10:41 -08:00

17 linhas
1.9 KiB
SQL

// @generated by "php idl.php inc {input.idl.php} {output.inc}"
#if EXT_TYPE == 0
"hphp_is_service_thread", T(Boolean), S(0), NULL, S(81920), "/**\n * ( HipHop specific )\n *\n * Returns an indication of whether the current thread is a service thread\n * or not.\n *\n * @return bool TRUE if the current thread is a service thread,\n * FALSE otherwise.\n */",
"hphp_service_thread_started", T(Void), S(0), NULL, S(81920), "/**\n * ( HipHop specific )\n *\n * A function to call to tell system a service thread has completed its\n * startup.\n *\n */",
"hphp_service_thread_stopped", T(Boolean), S(0), "timeout", T(Int32), NULL, S(0), NULL, S(0), NULL, S(81920), "/**\n * ( HipHop specific )\n *\n * A function to call to ask system whether a service thread should stop.\n *\n * @timeout int How many seconds to wait for system to tell us.\n *\n * @return bool TRUE if HTTP server is stopping and service thread\n * should stop, FALSE otherwise.\n */",
"hphp_thread_is_warmup_enabled", T(Boolean), S(0), NULL, S(81920), "/**\n * ( HipHop specific )\n *\n * Whether current thread is warmed up with some PHP document.\n *\n * @return bool TRUE if warmed up already, FALSE otherwise.\n */",
"hphp_thread_set_warmup_enabled", T(Void), S(0), NULL, S(81920), "/**\n * ( HipHop specific )\n *\n * Enables warmup document.\n *\n */",
"hphp_get_thread_id", T(Int64), S(0), NULL, S(81920), "/**\n * ( HipHop specific )\n *\n * Gets current thread's ID.\n *\n * @return int The pthread_self() return.\n */",
"hphp_gettid", T(Int32), S(0), NULL, S(81920), "/**\n * ( HipHop specific )\n *\n * Gets the kernel thread id of the current running thread.\n *\n * @return int The tid of the current running thread. In Linux,\n * this is gettid()\n */",
#elif EXT_TYPE == 1
#elif EXT_TYPE == 2
#endif