Home
last modified time | relevance | path

Searched refs:my_func (Results 1 – 9 of 9) sorted by relevance

/third_party/boost/libs/thread/example/
Dthread_guard.cpp45 func my_func(some_local_state); in f() local
46 boost::thread t(my_func); in f()
Dstd_thread_guard.cpp52 func my_func(some_local_state); in f() local
53 std::thread t(my_func); in f()
/third_party/quickjs/tests/
Dtest_builtin.js41 function my_func(a, b) function
61 r = my_func.call(null, 1, 2);
64 r = my_func.apply(null, [1, 2]);
/third_party/boost/libs/thread/doc/
Dthread_ref.qbk217 boost::thread t(my_func);
230 boost::thread t(my_func);
273 boost::thread t(my_func);
281 boost::thread t(my_func);
/third_party/mtdev/config-aux/
Dltmain.sh1796 for my_func in options_prep parse_options validate_options options_finish
1798 func_unset func_${my_func}_result
1800 eval func_$my_func '${1+"$@"}'
1801 func_propagate_result func_$my_func func_options
/third_party/wayland_standard/
Dltmain.sh1796 for my_func in options_prep parse_options validate_options options_finish
1798 func_unset func_${my_func}_result
1800 eval func_$my_func '${1+"$@"}'
1801 func_propagate_result func_$my_func func_options
/third_party/libnl/doc/
Dcore.txt677 static int my_func(struct nl_msg *msg, void *arg)
697 nl_socket_modify_cb(sk, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);
708 * will be passed on to my_func().
2555 /* Modify the set to call my_func() for all valid messages */
2556 nl_cb_set(cb, NL_CB_VALID, NL_CB_CUSTOM, my_func, NULL);
/third_party/e2fsprogs/config/
Dltmain.sh1673 for my_func in options_prep parse_options validate_options options_finish
1675 if eval func_$my_func '${1+"$@"}'; then
1676 eval _G_res_var='$'"func_${my_func}_result"
/third_party/node/deps/cares/
Dltmain.sh1673 for my_func in options_prep parse_options validate_options options_finish
1675 if eval func_$my_func '${1+"$@"}'; then
1676 eval _G_res_var='$'"func_${my_func}_result"