Searched refs:cgo_context_function (Results 1 – 2 of 2) sorted by relevance
36 static void (*cgo_context_function)(struct context_arg*); variable51 pfn = __atomic_load_n(&cgo_context_function, __ATOMIC_CONSUME); in _cgo_wait_runtime_init_done()76 pfn = __atomic_load_n(&cgo_context_function, __ATOMIC_CONSUME); in _cgo_wait_runtime_init_done()137 __atomic_store_n(&cgo_context_function, context, __ATOMIC_RELEASE); in x_cgo_set_context_function()142 return __atomic_load_n(&cgo_context_function, __ATOMIC_CONSUME); in _cgo_get_context_function()
118 static void (*cgo_context_function)(struct context_arg*); variable124 cgo_context_function = context; in x_cgo_set_context_function()133 ret = cgo_context_function; in _cgo_get_context_function()