Searched refs:caller (Results 1 – 5 of 5) sorted by relevance
36 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local40 mtx->owner = caller; in __time_critical_func()49 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local53 mtx->owner = caller; in __time_critical_func()96 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local98 if (!lock_is_owner_id_valid(mtx->owner) || mtx->owner == caller) { in __time_critical_func()99 mtx->owner = caller; in __time_critical_func()134 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local138 mtx->owner = caller; in __time_critical_func()153 lock_owner_id_t caller = lock_get_caller_owner_id(); in __time_critical_func() local[all …]
42 * received will be returned back to the caller.<br>
2349 # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller2353 # So in most cases it will be better to enable caller graphs for selected2354 # functions only using the \callergraph command. Disabling a caller graph can be
Completed in 10 milliseconds