Searched refs:my_func (Results 1 – 9 of 9) sorted by relevance
/third_party/boost/libs/thread/example/ |
D | thread_guard.cpp | 45 func my_func(some_local_state); in f() local 46 boost::thread t(my_func); in f()
|
D | std_thread_guard.cpp | 52 func my_func(some_local_state); in f() local 53 std::thread t(my_func); in f()
|
/third_party/quickjs/tests/ |
D | test_builtin.js | 41 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/ |
D | thread_ref.qbk | 217 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/ |
D | ltmain.sh | 1796 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/ |
D | ltmain.sh | 1796 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/ |
D | core.txt | 677 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/ |
D | ltmain.sh | 1673 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/ |
D | ltmain.sh | 1673 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"
|